You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this project, sometimes it is written that print('Including CUDA code.')
and sometimes it is print 'anchor:'
I'm very confused about the version of python. And my anaconda, pytorch all depend on a certain python version. Please help. Thanks a lot.
The text was updated successfully, but these errors were encountered:
You can use "2to3" (https://docs.python.org/2/library/2to3.html) or something similar.
For example: 2to3 -w yourFolder/
This command transposes the python2 files into python3.
Uh oh!
There was an error while loading. Please reload this page.
In this project, sometimes it is written that
print('Including CUDA code.')
and sometimes it is
print 'anchor:'
I'm very confused about the version of python. And my anaconda, pytorch all depend on a certain python version. Please help. Thanks a lot.
The text was updated successfully, but these errors were encountered: