pytest-tut icon indicating copy to clipboard operation
pytest-tut copied to clipboard

How to write a pytest for a pytorch model saved in local

Open anidiatm41 opened this issue 2 years ago • 0 comments

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?

anidiatm41 avatar Feb 03 '23 07:02 anidiatm41