ARnnn
ARnnn
我按照你的make_dataset.py处理完以后,得到的是一些.npy文件,并没有划分为训练集和测试集,在train.py文件中的测试集是怎么来的,是将原来data文件夹中的.npy文件自己划为训练集和测试集吗
I trained my dataset with your model and achieved good results. But when I converted the trained Pytorch model into an Onnx model, I generated nearly 34% error. How can...
when I run the code,I got the error,how can I solve it? Traceback (most recent call last): File "UNet++_MSOF_model.py", line 226, in train(args) File "UNet++_MSOF_model.py", line 185, in train callbacks=callable_list,max_q_size=1)...