Hi, your work is really great! Thanks so much for open-source this.
I have a question regarding training the FateZero in _train_tune_avideo.py, seems like the sample.yml isn't in the config folder.
It would be great if you can show this as well :)
@click.command()
@click.option("--config", type=str, default="config/sample.yml")
def run(config):
train(config=config, **OmegaConf.load(config))
if name == "main":
run()
Hi, your work is really great! Thanks so much for open-source this. I have a question regarding training the FateZero in _train_tune_avideo.py, seems like the sample.yml isn't in the config folder. It would be great if you can show this as well :)
@click.command() @click.option("--config", type=str, default="config/sample.yml") def run(config): train(config=config, **OmegaConf.load(config)) if name == "main": run()