Chris Lin
Chris Lin
Hi @shyamupa , Thanks for your attention model!! I can get the alpha value to visualize the machine attention level for my task. But I found a strange phenomenon about...
Hi, Could I get attention weight from "K.function([model.layers[0].input], [model.layers['my_attention_lstm_layer'].output])" of attention model?
Hi k3nt0w, I use your FCN to do semantic image segmentation. After I train FCN and run predict.py (visualize(predict("2011_003151", "FCN"), "2011_003151")), the result image is always blank. I have no...