lr1234567

Results 9 issues of lr1234567

from core.nn import_C ImportError:libcudart.so.9.0: cannot open shared object file :No such file or directory. 请问这是什么错误?

Traceback (most recent call last): File "train.py", line 340, in trainer = Trainer(args) File "train.py", line 167, in __init__ aux=args.aux, norm_layer=BatchNorm2d).to(self.device) File "/home/lr/桌面/awesome-semantic-segmentation-pytorch-master.2/core/models/model_zoo.py", line 137, in get_segmentation_model return models[model](**kwargs) File...

Hello, what is the meaning of base_size=520 and crop_size=480?How do you adapt them to own data set?

您好,我有一个问题关于数据集问题想要请教一下,我更换自己的数据集后预测结果是一些彩色的的线条或者是全红的图片,请问您知道是怎么回事吗

请问Note中你提到的AUC中是怎样获得的?计算AUC的代码在哪个文件?

Traceback (most recent call last): File "train.py", line 209, in main(params) File "train.py", line 148, in main loss=args.loss, mode='train') File "/home/lr/代码/BiSeNet-master/dataset/CamVid.py", line 43, in __init__ self.label_info = get_label_info(csv_path) File "/home/lr/代码/BiSeNet-master/utils.py",...

I want to use this model on my own dataset,but I don't know how to modify the part of loading dataset,may I ask you some questions? thank you very much.