XiangLi1999/Diffusion-LM

Error message when trying to train the model

JamesL404 opened this issue · 3 comments

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?

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

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.

No worries it works on the online GPU, thanks!