Chenxingyu1990 / A-Boundary-Based-Out-of-Distribution-Classifier-for-Generalized-Zero-Shot-Learning

MIT License
30 stars 3 forks source link

about repository #5

Closed time-iter closed 3 years ago

time-iter commented 3 years ago

file and commit log are inconsistent, there seems some files are missing

Chenxingyu1990 commented 3 years ago

We just removed some logging packages and used "print" instead.

time-iter commented 3 years ago

raceback (most recent call last): File "train.py", line 10, in from svae_models import model_train File "/home/room/SU/ood/svae_models/model_train.py", line 23, in from svae_models import classifier ImportError: cannot import name 'classifier'

there is no such a classifier.py in folder svae_models

Chenxingyu1990 commented 3 years ago

Sorry that we upload a wrong version. This version is an extension of previous work. It has some more functions. You can ignore the missing packages. Try to comment " from svae_models import classifier" and "from svae_models import basis_learning". Also use print instead of logging. We will fix this problem in a few days.

Chenxingyu1990 commented 3 years ago

We have uploaded the correct version.

time-iter commented 3 years ago

Thanks a lot.