ngaggion / HybridGNet

GNU General Public License v3.0
32 stars 4 forks source link

No module named 'models.hybridNoPool' #3

Closed kitbransby closed 2 years ago

kitbransby commented 2 years ago

When running python trainerHybrid.py --help I get the error

Traceback (most recent call last):
File "[...]/HybridGNet/trainerHybrid.py", line 20, in <module>
    from models.hybridNoPool import Hybrid as HybridNoPool
ModuleNotFoundError: No module named 'models.hybridNoPool'

It seems like there is no hybridNoPool.py in your repo. Is this correct? the trainer runs without error if i comment out line 20

ngaggion commented 2 years ago

Hello, it seems there was a missing file. I've just uploaded it. Please tell me if you find any other issues

kitbransby commented 2 years ago

Thanks :)

kitbransby commented 2 years ago

Ah I believe the weights for hybrid no pool are also not in your google drive folder. Id be grateful if you could upload

FileNotFoundError: [Errno 2] No such file or directory: '../weights/hybrid_no_pool/bestMSE_2000.pt'

ngaggion commented 2 years ago

I've uploaded a zip with the file to the drive folder. Please place it on the weights folder.