What is the best way of evaluating a model exported with torch.jit.trace? #12092
Unanswered
mikel-brostrom
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am exporting the model by:
Then I load it in a LightningModule with exactly the same
validation_step
as the original model:and finally I setup my dm and trainer:
Is there a better way f doing this?
Beta Was this translation helpful? Give feedback.
All reactions