-
Notifications
You must be signed in to change notification settings - Fork 41
Can't run the basic example #182
Comments
Regarding the first error: The second error seems to be related to tensorboardX, however the traceback you have posted is missing the actual error message. If you post this and the version of tensorboardX in your environment (you can use |
This is the last missing line of the error, sorry:
And this is from
|
I could not reproduce this on current master (also using |
@LucaMarconato can we close this or is this still an issue? |
I will in the next days and give you feedback |
I just tried again running the basic example on a fresh conda evnironment. The above error disappeared, but now I get a different error:
The versions number are different now:
output of
|
Description
I have tried to run the script in the Readme, after having set the three directories that must be set and disabling CUDA. When running the script with
python3 hello_world.py
I got two errors, I made the first disappear (see below), but the second is still present. The expected behavior is to get no error.What I Did
The full code is reported below, in a file called
hello_world.py
.I first created the three folders specified in the script with
mkdir log
,mkdir save
,mkdir data
. I then ran the script withpython3 hello_world.py
. I first got the error:which I could solve by running
conda install -c anaconda scipy
. I was not expecting this error because, since I installed inferno with conda, I expected all the dependencies to be already installed.The second error that now I get is the following:
How to fix it?
The text was updated successfully, but these errors were encountered: