Diffusion-BERT
Diffusion-BERT copied to clipboard
unfinished codebase?
Hello, first, thank you for your work. I find it fascinating! I was wondering if the codebase isn't yet complete, since the predict.py and predict_downstream_conditionals.py still have missing imports, etc.
I was hoping to see how the model actually functions after I've trained it after one epoch. Any plans on updating soon?
Hi, Do you mean modeling_elasticbert.py
? I received an email reporting this but forgot to update :(
Traceback (most recent call last):
File "predict.py", line 5, in
If the missing import is some huggingface modeling files, just comment them out and run predict.py. This is because we evaluated DiffusionBERT on some other PLMs but did not report those results.
This issue will be solved soon :)
Hi, I deleted the missing import in the last commit https://github.com/Hzfinfdu/Diffusion-BERT/commit/404d222f1535fa971908c2099b227d9b94d55fdc. Did you clone before that? Pulling again may help.