You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
from models.modeling_elasticbert import ElasticBertForPreTraining
ModuleNotFoundError: No module named 'models.modeling_elasticbert'
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.
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?
The text was updated successfully, but these errors were encountered: