【无标题】test setup failed fixture ‘model‘ not found

9次阅读
没有评论

test setup failed. fixture ‘model’ not found

最近在学习知识蒸馏的时候,出现了以下报错现象
【无标题】test setup failed fixture ‘model‘ not found
在代码里面是这样的,写了main函数之后,再写一个以test开头的函数就会报错。
【无标题】test setup failed fixture ‘model‘ not found

解决办法

修改函数名,不要用test开头

正文完
 0