vardhanam
vardhanam
`python3 train/train_c_lora.py configs/training/finetune_c_3b_lora.yaml` running the above is giving me an error ``` File "/home/vardh/fine_tune_stable_cascade/StableCascade/train/train_c_lora.py", line 12, in from gdf import GDF, EpsilonTarget, CosineSchedule ModuleNotFoundError: No module named 'gdf' ``` I...
 There's seems to be a bug in the __init__.py file referred in the image above at config/__init__.py it should be stage_configuration = load_model_config(args['stage'], args['model']) and not stage_configuration...