Open bridenmj opened 9 months ago
Hello, I am attempting to train 2D VQGAN with UCF 101 and do inflation. I call the following function:
python main.py --workdir=../out --config=configs/vqgan2d_ucf101_config.py
I get the following error:
KeyError: 'Unknown dataset (ucf101). Did you import the dataset module explicitly?'
After investigating scenic, I see there is no option for ufc101 in _IMPORT_TABLE. Is there a way to work around this?
have you solved this?
Hello, I am attempting to train 2D VQGAN with UCF 101 and do inflation. I call the following function:
I get the following error:
After investigating scenic, I see there is no option for ufc101 in _IMPORT_TABLE. Is there a way to work around this?