Qu1n

Results 4 issues of Qu1n

![image](https://github.com/Special-Week/nonebot_plugin_smart_reply/assets/58621926/d443355b-6748-4ed5-a4b6-d580d01d1116) 好像不能正常回复

有群友询问好像搜不到女性向的图,比如各种男角色的 ![QQ图片20240118231149](https://github.com/Special-Week/nonebot_plugin_setu4/assets/58621926/dfd27ada-a690-423c-942d-54dda59a162e)

我以以下代码方式尝试运行代码,能够输出结果,但是会有指针错误,错误信息如下图: ``` import torch from LightMUNet import LightMUNet model = LightMUNet( spatial_dims = 32, init_filters = 32, in_channels=3, out_channels=1, blocks_down=[1, 2, 2, 4], blocks_up=[1, 1, 1], ) model.cuda() x =...

只能用nii格式训练吗?后续会更新加载jpg/png等格式的模型吗?