-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add widget to copy python file from client or server to job dir #329
Conversation
7c7e126
to
5fcb1b0
Compare
Cool stuff! Can you post an example of how to use this? |
Sure. I'll try to make a simplified example. Where do I post examples? |
Just to this thread is fine for now. |
3f70b23
to
d9c9a6d
Compare
Added a python layer test. @lukeyeager please take a look. |
Uh oh, the TravisCI build is failing with:
Looks like we need to add this line:
To this file in order to get Caffe building with Python layers on Travis. |
d49340e
to
2bfce2d
Compare
26b66e2
to
be76d25
Compare
@jmancewicz please remove the last commit. We'll address that in #396. Since reverting #394, you should be able to get the tests to pass here. |
be76d25
to
20ada89
Compare
56be8e5
to
2b44d5d
Compare
Add widget to copy python file from client or server to job dir
Copies the python file to the job directory from the server of the client.