-
Notifications
You must be signed in to change notification settings - Fork 72
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
update code requirements, fix train.py #3
Comments
@shcheklein said (in iterative/dvc.org#762 (comment)):
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
p.s. sorry I was mistaken actually its
|
Still interested given this ^ @casperdcl? |
yes easy fix just don't have much time over the next week or so |
OK great, please self-assign when you have the time if this is still open. 🙂 |
Actually this is kind of a high priority I would say don't you think @shcheklein? Since basically our versioning tutorial is broken because of this. Can someone from @iterative/engineering take a look? I was able to run train.py successfully by accident at some point but I'm not sure which versions of what I was using. p.s. Preferably someone with a GPU because testing this takes a while on regular computers. |
ah fine... there are a few other minor issues too. Will PR soon. |
ok see #5... btw I used |
Thanks @casperdcl didn't mean to turn on the pressure! Just need to get this resolved soon by our team. Your contribution is greatly appreciated! Checking your PR... (will take some time to run on my MacBook air...) |
@jorgeorpinel @casperdcl I would avoid GPU - it can complicate installation. It should be quick enough when you run it even on CPU since model is pre-trained as far as I remember. |
yes AFAIK best practice is (seemingly as with |
@casperdcl true. in this case I decided to specify it anyway since it's a simple example and we use virtualenv to completely isolate it Just for the sake of simplicity. |
@shcheklein I just meant that train.py is not very fast. It's not super slow either but it takes around 10 min to run on my MacBook Air (when/if it works). |
10 min? On my 12 core (48 with hyperthreading) machine with many background tasks running I still get under 10 secs. My guess is I/O rather than CPU is your main bottleneck? |
I'm on a 2015 MacBook Air so maybe that explains it. But yeah maybe I/O. Who knows these things haha |
Req's are pretty old:
example-versioning/requirements.txt
Lines 1 to 3 in ac7473d
(but work. Last tested on Python 3.7)UPDATE: Actually it's
tensorflow==1.13.1
now, see #3 (comment).Update https://dvc.org/doc/tutorials/versioning accordingly if this code changes.
The text was updated successfully, but these errors were encountered: