Skip to content
New issue

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

unfinished codebase? #18

Open
tomtom1103 opened this issue Mar 29, 2023 · 2 comments
Open

unfinished codebase? #18

tomtom1103 opened this issue Mar 29, 2023 · 2 comments

Comments

@tomtom1103
Copy link

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?

@Hzfinfdu
Copy link
Owner

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.

This issue will be solved soon :)

@Hzfinfdu
Copy link
Owner

Hzfinfdu commented Mar 29, 2023

Hi, I deleted the missing import in the last commit 404d222. Did you clone before that? Pulling again may help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants