123eye
123eye
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xce in position 5811: invalid continuation byte
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior UnicodeDecodeError Traceback (most recent call last) Cell In[3], line 7 2...
When I run the dsen2cr_main.py , I encounter this error. Could you please advise on how to resolve it?
in_ch= 15#输入通道数 out_ch = 13#输出通道数 作者您好,我在运行train.py的时候出现了这个问题,然后我发现是在config.py中的通道数是不匹配的,不知道这个是怎么解决的,直接修改通道数吗还是有别的方式
start = time() # save start time with Pool(8) as p: results = p.map(func, list(range(0,500,50)))