Owen718
Owen718
torch: 1.9.0+cu111 python version:3.9 --------------------- When I run the "python build.py",the Error is "TypeError: dist must be a Distribution instance". How to solve it? I have change the version of...
Hello! HAttMatting is a very impressive work ,but where is the code?
Hi! I meet the following problem when I try to install ffrecord for the creation of my dataset. ``` root@autodl-container-bdc511890c-63d75261:~/Project/ffrecord# python3 setup.py install running install running bdist_egg running egg_info writing...
Great job, very impressive. Thank you! I encountered this bug in the training section of the colab demo. Can you please guide me on how to resolve it?
The default setting for cond_dropout_prob in the main script is 0.0, which could cause CFG to be unavailable during inference tests. https://github.com/huggingface/amused/blob/52c1dccbf52b8c3f7adaedcaa2fd787ea1a372d9/training/train_amused.py#L252