pytest-tut
pytest-tut copied to clipboard
How to write a pytest for a pytorch model saved in local
I have a pytorch model saved, i use that by torch. Load(). I need to write an unit case using mocking... How can I write that?