Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Previous network clone epoch #1610

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jmancewicz
Copy link
Contributor

When cloning a job using a previous network, the epoch is not saved in the job.

@@ -121,6 +121,7 @@ before_install:
- deactivate
- virtualenv --system-site-packages ~/venv
- source ~/venv/bin/activate
- sudo apt-get install libboost-filesystem1.55-dev libboost-python1.55-dev libboost-system1.55-dev libboost-thread1.55-dev
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why don't these lines do the trick?

DIGITS/.travis.yml

Lines 86 to 89 in 776131d

- libboost-filesystem-dev
- libboost-python-dev
- libboost-system-dev
- libboost-thread-dev

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This build was fine, without the updated boost: https://travis-ci.org/NVIDIA/DIGITS/builds/217367405

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the change that broke things: BVLC/caffe#5526


# terrible hack to save the epoch for cloning
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is a "terrible hack" necessary?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants