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
Describe the bug
raise AttributeError(f"'{type(self).name}' object has no attribute '{name}'")
AttributeError: 'ResNet' object has no attribute 'out_features'
To Reproduce
Steps to reproduce the behavior:
Go to python3 dann.py data/office31 -d Office31 -s A -t W -a resnet50 --epochs 20
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: iOS, macOS Sonoma, M2 Pro
The text was updated successfully, but these errors were encountered:
Describe the bug
raise AttributeError(f"'{type(self).name}' object has no attribute '{name}'")
AttributeError: 'ResNet' object has no attribute 'out_features'
To Reproduce
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: