JackieYung
JackieYung
I can only run my model on server, so I can't see the model graph directly from the example code: tw.draw_model. So, anyone can tell me how to save the...
Thanks for your sharing @dong-x16 . I have an issue. When I train my model without the prior channel, the mIoU of the model can reach 94%, but when I...
When I use the model generate a stylised image,there is something bad I found. 1.Have many regular dots.  Just like the image.In the image,there are many regular square dots...
Thanks for reading my problem. When I check the FastStyleNet,I found that the Convolution2D add the w=math.sqrt(2).the code is below: class ResidualBlock(chainer.Chain): def **init**(self, n_in, n_out, stride=1, ksize=3): w =...
When I load the UBody dataset, I found the number of images(train 71299) is much less than the paper's show number(>1051K). Could you tell me the right number of the...