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

Update train_classification.py to load pre-trained weights correctly #43

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

pnorridge
Copy link

Loading pre-trained weights writes the existing weights back to the network rather than the pre-trained version. Small fix to correct this.

Loading pre-trained weights did not overwrite the existing weight set.
@pnorridge pnorridge changed the title Update train_classification.py Update train_classification.py to load pre-trained weights correctly Jan 28, 2022
Updated to ensure that different numbers of input channels can be handled without error.  (Shortcut connection configuration assumed this was always equal to config_inp_reinf.)
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

Successfully merging this pull request may close these issues.

1 participant