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
In the train.Train class, I try to use the pickle.load() method to load the old model which is stored in the pkl file. (self.model=pickle.load(***.pkl)).but in the runing time, It can not go though the _sanity_check() . I am very confused. I completely do not know how to initialize new model using the older model stored in the pkl file. the above method is just my trial way. can you tell me the right way? Thanks very much
The text was updated successfully, but these errors were encountered:
In the train.Train class, I try to use the pickle.load() method to load the old model which is stored in the pkl file. (self.model=pickle.load(***.pkl)).but in the runing time, It can not go though the _sanity_check() . I am very confused. I completely do not know how to initialize new model using the older model stored in the pkl file. the above method is just my trial way. can you tell me the right way? Thanks very much
The text was updated successfully, but these errors were encountered: