ValueError: optimizer got an empty parameter list #2296
Unanswered
Samyarrahimi
asked this question in
Q&A
Replies: 1 comment
-
Hello, same problem here! |
Beta Was this translation helpful? Give feedback.
0 replies
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’m encountering an issue while training the FastFlow model on my custom dataset. I’m receiving the following error:
ValueError: optimizer got an empty parameter list
I’m using the Engine.from_config(config_file_path) method to initialize the engine, model, and datamodule from a YAML configuration file. Here’s the code snippet where I initialize the engine:
engine, model, datamodule = Engine.from_config(config_file_path)
Here’s the YAML configuration file I’m using:
Beta Was this translation helpful? Give feedback.
All reactions