meetps/pytorch-semseg

test.py error

wwwmmmqqq opened this issue · 1 comments

Why can not i run test.py directly。It is runing 'pytest' in 'test.py'

It might be because you have a pytest installed and it assumes test.py is a test file and run it as such. Try renaming test.py to another name (e.g. demo.py) and see you still cannot run it.