Closed iontom closed 7 years ago
Do you also happened to have a file named "tensorflow.py" in your source code directory? Are you running it in a python2 environment? If so, try add from __future__ import absolute_import
at the beginning of your code.
Okay - your instructions don't match your repo. This works just fine.
floyd run --mode jupyter --gpu --env tensorflow
could you tell us what instruction were you referring to?
They're specifying pytorch env, not tensorflow
The jupyter tutorial runs a pytorch project which should use pytorch environment instead. Perhaps you cloned the wrong source code for that project?
Ah, you're right. I was using same repo as the first tutorial. Well that was null issue. I thought pytorch had tensorflow implicitly or something, but I was just being dumb. Thanks for the quick response!
you are welcome :)
ImportError Traceback (most recent call last)