XiangLi1999 / Diffusion-LM

Diffusion-LM
Apache License 2.0
1.02k stars 133 forks source link

Error message when trying to train the model #32

Closed JamesL404 closed 1 year ago

JamesL404 commented 1 year ago

I receive this message when I tried to train the model: [''OPENAI_LOGDIR'' is not recognized as an internal or external command, operable program or batch file.] Could anyone help me with this?

XiangLi1999 commented 1 year ago

I think you want to prepend OPENAI_LOGDIR=diffusion_models/your_file_name before python scripts/train.py

JamesL404 commented 1 year ago

The same error shows up when I tried to prepend OPENAI_LOGDIR, and after I delete the OPENAI_LOGDIR from the command line, the error: "TOKENIZERS_PARALLELISM" is not recognized as an internal or external command, operable program, or batch file. I have tried to reinstall anaconda and create a new environment, but they didn't fix the error at all.

JamesL404 commented 1 year ago

No worries it works on the online GPU, thanks!