Open c0g opened 3 weeks ago
Hi!
I'm not exactly sure what is going on here. This worked for me at one point. Note that this code for the images is missing a couple of tricks so in the paper we used something very similar to the example notebooks. Would recommend trying that instead.
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: