xiaofengqing
xiaofengqing
When i train the unet model,i got this error: RuntimeError: inconsistent tensor sizes at/b/wheel/pytorchsrc/torch/lib/THC/generic/THCTensorMath.cu:141 my input image size is 256*256
Thank you for sharing. I have read this paper carefully, but there are still some details that I cannot understand. When will the implementation code be released?
After i trained the first epoch,i meet this error File "/home/s405/pengcheng/project/Keras-FCN/train.py", line 232, in label_suffix=label_suffix, ignore_label=ignore_label, label_cval=label_cval) File "/home/s405/pengcheng/project/Keras-FCN/train.py", line 164, in train class_weight=class_weight File "/usr/local/lib/python3.4/dist-packages/keras/legacy/interfaces.py", line 87, in wrapper...
Hello, thank you for your code. When I try to run the train.py to do a demo, but I get some error below. __________________________________________________________________________________________________ lr: 0.010000 Epoch 1/250 Traceback (most...
I am just curious do you have any plan on when to release those code?
Hi,could you explain how to project the feature vectors into 2-dimensional space?That is to say, what is the magnitude of the feature vectors (the arrows in Fig. 4a) ?