Qu1n
Qu1n
bing回复出错
 好像不能正常回复
有群友询问好像搜不到女性向的图,比如各种男角色的 
我以以下代码方式尝试运行代码,能够输出结果,但是会有指针错误,错误信息如下图: ``` 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等格式的模型吗?