Open s1ddok opened 2 years ago
@kbhardwa, could you weigh in on this?
Hello ! I have a similar question as above? Could you explain it? :)
Can you suggest me after training how to test the model.
Have the same question. How is the bias handled in collapsing?
Hello! Thanks for your incredible work.
I'm closely following your code and I see one weird thing. So you initialize your Conv2D using
tf.keras.layers.Conv2D
which according to docs has trainable bias by default. But then when you collapse the block you call theconv2d
func without bias and you don't even calculate it:can you explain is it a bug or bias gets cancelled somehow during collapsing?