floydhub / floyd-docs

FloydHub's documentation code. Contributions welcome!
https://docs.floydhub.com/
63 stars 65 forks source link

Update env name in the command #80

Closed zhengminxu closed 7 years ago

zhengminxu commented 7 years ago

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 modify pytorch to one of the env parameters you wrote, pytorch-0.2, and it worked well.

saiprashanths commented 7 years ago

Thanks @zhengminxu!

@houqp --env pytorch should work though, right?

houqp commented 7 years ago

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.

zhengminxu commented 7 years ago

@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...

screen shot 2017-09-20 at 10 03 27 am screen shot 2017-09-20 at 10 03 53 am
houqp commented 7 years ago

@zhengminxu this seems like an temporary network or server error, are you getting this error every time you run floyd run with pytorch env?

zhengminxu commented 7 years ago

@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...

houqp commented 7 years ago

@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.

saiprashanths commented 7 years ago

Yes, of course!

houqp commented 7 years ago

Thanks @zhengminxu for the report :)

zhengminxu commented 7 years ago

Thank you for all the help!