Closed jamesdalg closed 10 months ago
@jamesdalg Thanks a lot, I will look into this
@jamesdalg May I ask what version of tensorflow-cpu are you using?
Please try the following if you are still encountering the error:
python3 -m pip install --upgrade h5py
I'll close this for now.
Just reporting this for the benefit of others: The current version of nanovar doesn't work with the current version of numpy. Versions 1.24 and 1.25 don't support the old "typeDict". See https://numpy.org/news/ See this stackoverflow post: https://stackoverflow.com/questions/74852225/attributeerror-module-numpy-has-no-attribute-typedict Essentially, the current workaround is to downgrade numpy.