Skip to content
Discussion options

You must be logged in to vote

model.ckpt in lighting should be the one saved after training. You can load it in the way I said in the comment above, or you should add

model = model.load_from_checkpoint("path to model.ckpt")

to your code. Withe the current code you are not loading the weights at all.

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by samet-akcay
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1309 on September 04, 2023 14:56.