PurpleMStone
PurpleMStone
Hi, I suffer from the same error when training on VOC dataset, and i think tcls is not empty. I need help. Thanks.
There may be some bugs in function data_augmentation_nocrop in image.py? When i set the crop=True, things turn out be right.
运行 python web_demo.py遇到同样的问题... File "/data/GLM/VisualGLM-6B/model/chat.py", line 19, in from sat.generation.autoregressive_sampling import filling_sequence, BaseStrategy ModuleNotFoundError: No module named 'sat'
> 运行 python web_demo.py遇到同样的问题... File "/data/GLM/VisualGLM-6B/model/chat.py", line 19, in from sat.generation.autoregressive_sampling import filling_sequence, BaseStrategy ModuleNotFoundError: No module named 'sat' ______ 安装完requirements.txt的依赖包就可以了。报错这里的sat是说sat库,不是sat模型