You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Hydra 1.0.0rc1.
You can find attached my config layout.
Basically, I'm working on a DL project. I have many models, datasets and data transforms. Each model support only one data transform, which is indicated in it's config file.
Each data transform has parameters that depends on the chosen dataset, and that get interpolated later.
What I want to do, is when I ran my program, I only have to chose the model, then the data transform get chosen automatically, and get passed automatically to the dataset.
But when I ran the config I provided above, using:
Hi!
I'm using Hydra 1.0.0rc1.
You can find attached my config layout.
Basically, I'm working on a DL project. I have many models, datasets and data transforms. Each model support only one data transform, which is indicated in it's config file.
Each data transform has parameters that depends on the chosen dataset, and that get interpolated later.
What I want to do, is when I ran my program, I only have to chose the model, then the data transform get chosen automatically, and get passed automatically to the dataset.
But when I ran the config I provided above, using:
I got AssertionError.
What I'm doing wrong?
conf.zip
The text was updated successfully, but these errors were encountered: