Colin

Results 15 comments of Colin

@tilakrayal Thanks for your reply! It seems that the newer TF fixed this issue.

Hi! Thanks for the reply! Although I used keras, the issue seems to be in the tracing part of TensorFlow. Because I can get the same issue without keras by...

@tiruk007 I know if we use `SAME` instead of `VALID`, it can always produce valid outputs. But in some already designed model, we have to use `VALID` padding, which matches...

Hi @sachinprasadhs ! I understand I can use the workaround for this inconsistency, but for development, I think whether setting running functions eagerly or not should have consistent and expected...

I tested #18, and it worked! Thank you!