wenouyang
wenouyang
Hi @jshap70, Thank you for your detailed response. The problem I am interested to study is more like a non-linear transformation of numerical-strings to another string. There have some similarities...
Hi @eclique, Thanks for the reply. I got back to read your code again. The mask image, used in your case, is of shape (3, img_h*img_w, 2). I was trying...
Hi, Besides, the current implementation uses "softmax" for the output layer. I noticed that some other implementations, aimed to solve semantic segmentation problems, use "sigmoid" for the output layer. Would...
Hi lyonchka, Have you tested the `test_simple_kriging.py`? Running `kv = kriging.krige(data,kriging.spherical,hs,bw,u,N)` gives the following error message. Have you meet the following problem? Thanks. 
Hi, the data set is remote sensing data for field survey. Currently, I have `125` pairs of raw training data with size `512*512`. I heavily sampled from this training set...