edwardcho

Results 35 issues of edwardcho

Hello Sir, All files of this github site, It's much helpful to me. I want to predict of DRUNet using my datasets. BTW, I couldn't find test-code of DRUNet. Thanks,...

Hello Sir, I tested and checked your code. But, I could not find reference paper of your networks. (Some networks, I could find reference paper. for example, FastSCNN : Chen,...

Hello Sir, I was tested your code using my data (image resolution : 256). But I could not train many cases. ![image](https://user-images.githubusercontent.com/29569662/79408673-dd416200-7fd6-11ea-87c5-2a1f7da1db7c.png) (unfortunately, I could not train all backbone of...

Hello Sir, I have interesting on Image-to-image translation. Question 1. I trained your code using your sample-data (cityscape). When training, I didn't use 'train_inst'. Then I got some strange results....

Hello Sir, I want to train using my-datasets (grayscale). After change input_dim_a, input_dim_b = 1, I tried to it. I met some errors. ```python Traceback (most recent call last): File...

Hello Sir, When try training my-dataset (image size 512x512 3ch, png), I met batch-size error. My GPU's spec is GTX 1080 Ti. (12 G) I could train batch-size 1 only....

The torchvision includes many networks. (alexnet, vgg11, etc...) I could do run your sample according to TRAINING.md. But I couldn't do run other networks. my status ) $ python imagenet.py...

Hello Sir, Using my-datasets, I tried to train your code. But I met CUDNN-ERROR. ```python ... /pytorch/aten/src/ATen/native/cuda/ScatterGatherKernel.cu:312: operator(): block: [374,0,0], thread: [62,0,0] Assertion `idx_dim >= 0 && idx_dim < index_size...

Hello Sir, I tested caffe network and tensorflow network in DIGITS. At first, I made dataset using CIFAR-10. I saw that dataset generated. Then, I started training caffe-googlenet. Normally training...

Hello Sir, I downloaded your code and maps-dataset.. And when I started I met some error. ```python ... Traceback (most recent call last): File "main.py", line 41, in main(config) File...