Results 3 comments of Botao

Hi david, Thanks for your quick reply! I have solved the problems by following the "Getting Started" at QMK official website. I was having that naive thought that changing the...

Adding noise to input seems to help. To be specific, i am implementing with tensorflow by adding: `input = input + tf.random_normal(shape=tf.shape(input), mean=0.0, stddev=0.1, dtype=tf.float32)`

@MrChristo59 I would like to suggest you check on this site: https://github.com/MarvinTeichmann/tensorflow-fcn, which I found out how to fine-tune on my own dataset. I noticed that for FCN, there is...