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
I constantly got problems with running run_pplm.py.
first, the COMPAC_MODEL is set to None, so I set it with the model which was learned from run_pplm_discrim_train.py.
then, as the most arguments are set with None value, running code constantly fails.
And when I set the persona argument with "persona sentence", the model fails as it is a string type.
Could you provide a script for running the code?
and could you assure the code is working?
The text was updated successfully, but these errors were encountered:
I constantly got problems with running run_pplm.py.
first, the COMPAC_MODEL is set to None, so I set it with the model which was learned from run_pplm_discrim_train.py.
then, as the most arguments are set with None value, running code constantly fails.
And when I set the persona argument with "persona sentence", the model fails as it is a string type.
Could you provide a script for running the code?
and could you assure the code is working?
The text was updated successfully, but these errors were encountered: