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
When I run the control generation code Diffusion-LM/improved-diffusion/scripts/infill.py :
model_control = Classifier_GPT2.from_pretrained('predictability/diff_models/e2e-back_e=6_b=10_m=gpt2_wikitext-103-raw-v1_101_wp_full_multi16_t_aware').cuda()
I got this attribute error:
AttributeError: 'GPT2Config' object has no attribute 'input_emb_dim'
The text was updated successfully, but these errors were encountered:
When I run the control generation code Diffusion-LM/improved-diffusion/scripts/infill.py :
model_control = Classifier_GPT2.from_pretrained('predictability/diff_models/e2e-back_e=6_b=10_m=gpt2_wikitext-103-raw-v1_101_wp_full_multi16_t_aware').cuda()
I got this attribute error:
AttributeError: 'GPT2Config' object has no attribute 'input_emb_dim'
The text was updated successfully, but these errors were encountered: