Replies: 2 comments 9 replies
-
|
You are passing a dataset to the input instead of a batch of elements, please have a look at the examples in the readme to understand the correct tensor shape. |
Beta Was this translation helpful? Give feedback.
-
|
above example no longer works with the latest version. Im attempting (with no examples) from main.module_base import Model model = Model.load_from_checkpoint( which also doesnt work. 1878 Module: self AttributeError: 'bool' object has no attribute 'parameters' parameters obfuscated in more parameters. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
An example showing instantiation from a checkpoint to generate audio would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions