Closed zhengminxu closed 7 years ago
Thanks @zhengminxu!
@houqp --env pytorch
should work though, right?
I just tested it, it worked for me, @zhengminxu could you paste the error here so we can take a look into it?
On the other hand, it's a good practice to always use versioned environment, so I think we should merge this update regardless.
@houqp Sure! By the way, I did it under a conda env, I don't know whether this had something to do with the error...
@zhengminxu this seems like an temporary network or server error, are you getting this error every time you run floyd run
with pytorch env?
@houqp I tried once again and it just worked! It seems that it's just a coincidence, so you don't have to change anything...
@saiprashanths do you mind merging this PR anyway? It's better to explicitly use env with version and the sample notebook also works with 0.2.
Yes, of course!
Thanks @zhengminxu for the report :)
Thank you for all the help!
I tried the command
floyd run --mode jupyter --gpu --env pytorch
written in the doc, but it didn't work. So I checked the list of environments you provide and modifypytorch
to one of the env parameters you wrote,pytorch-0.2
, and it worked well.