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
Hi Ravin,
Thanks for educating us in py test.
I have a NER model trained and saved in my local in .pkl format. I use that model for prediction (Its a pytorch model).
Now I want to implement the unit test cases for the prediction function using mock . How can I do it?
The text was updated successfully, but these errors were encountered:
Hi Ravin,
Thanks for educating us in py test.
I have a NER model trained and saved in my local in .pkl format. I use that model for prediction (Its a pytorch model).
Now I want to implement the unit test cases for the prediction function using mock . How can I do it?
The text was updated successfully, but these errors were encountered: