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

There is a minor error regarding ResNet. #12

Open
youandyourself opened this issue Jul 2, 2024 · 1 comment
Open

There is a minor error regarding ResNet. #12

youandyourself opened this issue Jul 2, 2024 · 1 comment

Comments

@youandyourself
Copy link

In the file model/backbone/resnet.py, there are only ResNet18 and ResNet34, but in model/der.py, ResNet50 is referenced. When I change the configuration to lucir.yaml in run_trainer.py and run it, an error occurs.

@yychen016
Copy link
Collaborator

Thank you for bringing this issue to our attention. Indeed, in the file model/backbone/resnet.py, we currently only have implementations for resnet18 and resnet34. Unfortunately, resnet50 was inadvertently removed during a recent codebase cleanup. We apologize for the inconvenience and are working to quickly restore ResNet50 to the repository.

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