We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for this creative work.
But I have encountered some problems in use, and I hope to get your help.
When I use the following training command as you provided :
python scripts/run_train.py --diff_steps 500 --model_arch bert --lr 0.0003 --lr_anneal_steps 400000 --seed 0 --noise_schedule sqrt --in_channel 128 --modality roc --submit no --padding_mode pad --app "--predict_xstart True --training_mode masked-diffuse-lm --roc_train ../datasets/ROCstory " --bsz 64
the losses is None
And I found that the parameter training_mode="masked-diffuse-lm" is not allowed in ./improved-diffusion/improved_diffusion/gaussian_diffusion.py.
This project code seems to be the same as Diffusion-LM, can you check the latest commit?
The text was updated successfully, but these errors were encountered:
met the same issue. anyone can tell me how to fix that?
Sorry, something went wrong.
met the same issue. anyone can tell me how to fix that?Thank you very much!
Same question. Could I please ask where the masked-diffuse-lm loss is? Thanks a lot!
Has anyone solved this problem?
Does anyone email the author about the code?
No branches or pull requests
Thanks for this creative work.
But I have encountered some problems in use, and I hope to get your help.
When I use the following training command as you provided :
python scripts/run_train.py --diff_steps 500 --model_arch bert --lr 0.0003 --lr_anneal_steps 400000 --seed 0 --noise_schedule sqrt --in_channel 128 --modality roc --submit no --padding_mode pad --app "--predict_xstart True --training_mode masked-diffuse-lm --roc_train ../datasets/ROCstory " --bsz 64
the losses is None
And I found that the parameter training_mode="masked-diffuse-lm" is not allowed in ./improved-diffusion/improved_diffusion/gaussian_diffusion.py.

This project code seems to be the same as Diffusion-LM, can you check the latest commit?
The text was updated successfully, but these errors were encountered: