wenouyang

Results 5 comments of 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. ![capture](https://user-images.githubusercontent.com/5430158/28236046-459c9cb2-68e1-11e7-91c8-6a4e6c5270fd.JPG)

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...