Open alstn12088 opened 1 year ago
I also have encountered the same issue when I use multiple GPUs (even for a single GPU, there is an error with a different message).
I found the configuration of num_models
is duplicated (in the experiment and model config).
I've resolved this issue by making the two configurations the same.
num_models
in experiment config (I guess the default value is 1)num_models
to 1 in model configIt works regardless of the number of GPUs. Good luck.
Hello!
The error is the following.
Note I tried multiple versions of dependencies and multiple people tried the same things.