Open SilviaLauraPintea opened 6 years ago
Hi Silvia,
Which version of Python are you using? I'm pretty sure every object in python has a __dict__
attribute, so this is very confusing indeed.
Peace, Aidan
Hi,
Thanks a lot for the fast reply.
It does seem indeed to be a python related problem and not related to your code.
But I have not managed to solve it yet. I have tried the code on two machines.
On the one giving the above error I have:
Python 2.7.5
On the second machine, the code runs without problems, and there the python version is:
Python 2.7.12
Both of them have tensorflow 1.11.0 installed.
Thanks a lot for the reply. I will look more into it. Peace, Silvia
Hi,
Just a note for maybe other people who stumble upon this:
The solution I found is using: ._asdict()
instead of .__dict__
.
Peace, Silvia
Hi,
I have downloaded the cifar-10 dataset using the setup.sh and now I am trying to run the model:
run_cifar_train.py --dataset cifar-10 --model revnet-38
And I get the error:Can you please indicate what am I doing wrong. It seems there is some problem with the config of the revnet-38.
Thanks a lot. Peace, Silvia