Lan Ke
Lan Ke
Thank you for the quick reply! @AvantiShri, a week or longer would be okay for me, just do you work first. By the way, my input length is not too...
Hi, @AvantiShri I read your new preprint of DeepLift, nice job! I think the separated positive and negative contribution might be very useful to my work. Like what we discussed...
@AvantiShri Here is code of k max pooling layer used in my model. ``` from keras import backend as K from keras.engine.topology import Layer class KMaxPooling(Layer): def __init__(self, K, **kwargs):...