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

Need to load data and train before loading checkpoint #1

Open
pattonw opened this issue Aug 10, 2023 · 0 comments
Open

Need to load data and train before loading checkpoint #1

pattonw opened this issue Aug 10, 2023 · 0 comments

Comments

@pattonw
Copy link
Collaborator

pattonw commented Aug 10, 2023

For convenience, the model constructor reads some properties from the data such as number of channels and number of spatial dimensions. This allows users to start training without having to modify any configs, the defaults should be appropriate. However this also means that you can't load weights from a checkpoint until the model has been initialized which requires users to load in some data and start training.

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

1 participant