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
We are training on AMR2.0 train set, and starting from 2nd epoch pickle.dump in model.save_model crashes, raising 'SystemError: error return without exception set'. When training on AMR2.0 + BIO_AMR train set, the exception occurs right after the first epoch. Training only on BIO_AMR works fine.
I see unused function (model.toJSON). Can it replace model.save_model and if yes, would that help in this case?
Thanks
The text was updated successfully, but these errors were encountered:
We are training on AMR2.0 train set, and starting from 2nd epoch pickle.dump in model.save_model crashes, raising 'SystemError: error return without exception set'. When training on AMR2.0 + BIO_AMR train set, the exception occurs right after the first epoch. Training only on BIO_AMR works fine.
I see unused function (model.toJSON). Can it replace model.save_model and if yes, would that help in this case?
Thanks
The text was updated successfully, but these errors were encountered: