You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run python3 prepare_labels.py --pre ../pretrained_models/teacher1/model.pth csv_labels/balanced.csv softlabels/hdf5/balanced.h5 softlabels/csv/balanced.csv
I find a error ,the encoders/balanced.pth not exist. I download https://github.com/RicherMans/GPV/blob/master/pretrained/gpv_f.pth to encoders/balanced.pth according to the other issues. But have the error encoder has not classes_
The text was updated successfully, but these errors were encountered:
Hey,
Sorry that at that time I wrote some rather unreasonable code.
As the code says, its only intended to be used for the teacher logits.
As the README says, run:
when I run python3 prepare_labels.py --pre ../pretrained_models/teacher1/model.pth csv_labels/balanced.csv softlabels/hdf5/balanced.h5 softlabels/csv/balanced.csv
I find a error ,the encoders/balanced.pth not exist. I download https://github.com/RicherMans/GPV/blob/master/pretrained/gpv_f.pth to encoders/balanced.pth according to the other issues. But have the error encoder has not classes_
The text was updated successfully, but these errors were encountered: