Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source codes and datasets are missing #1

Closed
as4mz opened this issue Mar 12, 2021 · 1 comment
Closed

Source codes and datasets are missing #1

as4mz opened this issue Mar 12, 2021 · 1 comment

Comments

@as4mz
Copy link

as4mz commented Mar 12, 2021

Hi,

I have tried to run the following code:
python train.py --config ./configs

Then, got the following error:
ModuleNotFoundError: No module named 'src.fullcnn_net'.

After checking the utils.py, I feel the followings source files are missing:

src.fullcnn_net
src.loss.ABLoss
src.loss.MTALoss
src.loss.KLLoss
src.loss.GroupAttentionLoss
src.loss.MultiTeacherPairWiseSimilarityLoss src.loss.MultiTeacherPairWiseSimilarityLoss
src.loss.MultiTeacherContrastiveAttentionLoss
src.loss. MultiTeacherContrastiveAttentionLoss
src.loss.MultiTeacherTrippletAttentionLoss
src.loss. MultiTeacherTrippletAttentionLoss
src.loss.CRDLoss import CRDLoss
src.loss.NSTLoss
src.loss.PKTLoss
src.loss.SimilarityLoss
src.loss.RankingLoss

Also, I am not sure how to download/access the datasets. I do not see any binary files downloaded inside the folder.

Thanks for your help.

@avalada
Copy link
Contributor

avalada commented May 20, 2021

Should be fixed.

@avalada avalada closed this as completed May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants