Skip to content

qibin2020/calo-VQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of Calo-VQ [2405.06605]

Environment

Current scripts need pytorch-lightning==1.6.5. For more check environment.yaml

Training

python main.py --base config/xxx_step1.yaml -t True --gpus 1 -l logs/xxx_step1 -n xxx_step1
python main.py --base config/xxx_step2.yaml -t True --gpus 1 -l logs/xxx_step2 -n xxx_step2

Generation

python gen-tools.py --out zzz.h5 --model models/xxx_step2 --type yyy

Thanks to

We would like to express our gratitude to the authors of the codes used in this work: taming-transformers and minGPT

About

Implementation of Calo-VQ [2405.06605]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages