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
Trying to run python src/train.py trainer=gpu +trainer.precision=16 experiment=image_cfm from runner, it seems like model is a partial at conditional-flow-matching/runner/src/utils/utils.py, line 152. I tried calling the function to initialize the model but it says:
Trying to run
python src/train.py trainer=gpu +trainer.precision=16 experiment=image_cfm
from runner, it seems likemodel
is a partial atconditional-flow-matching/runner/src/utils/utils.py
, line 152. I tried calling the function to initialize the model but it says:*** TypeError: CFMLitModule.__init__() missing 1 required positional argument: 'datamodule'
I then tried passing
python src/train.py trainer=gpu +trainer.precision=16 experiment=image_cfm datamodule=cifar
but same problem, sadly.I'd expect this to work due to the following lines in the runner's readme:
The text was updated successfully, but these errors were encountered: