tong1101

Results 4 issues of tong1101

AttributeError: Traceback (most recent call last): File "/home/ydc/anaconda3/envs/tl_pytorch/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 106, in _worker_loop samples = collate_fn([dataset[i] for i in batch_indices]) File "/home/ydc/anaconda3/envs/tl_pytorch/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 106, in samples = collate_fn([dataset[i] for i in...

The file cls_labels.npy saves the class label of each image, format like {'filename' : '1, 0, 1, ..., 0'}. For simplicity, you can use the label from the x_mask, I...

RuntimeError: CuDNN error: CUDNN_STATUS_SUCCESS anaconda install pytorch=0.4 cudatoolkit=9.0 cudnn=7.3.1 pytorch=0.4.1

I trained the model on VOC datasets,then the problem went when l tested it.I tried to solve it ,but failed.What's the problem?