Pretrain model
#6890
Replies: 1 comment 1 reply
-
You need to create a new trainer and call trainer2.fit(). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have two datasets, each with train, val, and test dataset. I need to pretrain model with the first dataset, and then do another round of training with the second dataset. Is there any example for this? Basically, I need to call tainer.fit(model) twice but trainer reaches max_epochs with the first dataset.
Beta Was this translation helpful? Give feedback.
All reactions