Please find the (inofficial) environment.yml below. I had some issues setting up the environment correctly myself, and hope this will help someone else.
DISCLAIMER: I have not yet checked if the model converges to the same scores as provided in the paper, but at least training works with batch size 16 on 80GB A100 GPUs.
Hi, thanks for sharing! I understand the second change of logging_dir, but why do we need to do the first change? what is the error with the original code?
Please find the (inofficial) environment.yml below. I had some issues setting up the environment correctly myself, and hope this will help someone else.
DISCLAIMER: I have not yet checked if the model converges to the same scores as provided in the paper, but at least training works with batch size 16 on 80GB A100 GPUs.
environment.yml:
Note that two minor adjustments to the code are necessary: https://github.com/mit-han-lab/fastcomposer/blob/5282a7e5f5a1640a26d7a1f87cd901f00f50966f/fastcomposer/model.py#L192C12-L192C12 has to be modified to
and https://github.com/mit-han-lab/fastcomposer/blob/5282a7e5f5a1640a26d7a1f87cd901f00f50966f/fastcomposer/train.py#L57C38-L57C38 has to be changed to