tholmb

Results 4 issues of tholmb

First of all, thanks for sharing the great project! I have tried to implement your mobilePydnet network but cannot reach totally to the same results compared with pre-trained model. For...

I'm curious to use GMFlow for stereo matching task. I noticed the closed issue #13 where you suggested to replace 2D cross-attention in Transformers with 1D cross-attention and 2D global...

This is not basically an issue but I'm trying to understand the DPT architecture. I'm quite new with transformers but I have previous knowledge with CNN's. Let's take an example...

aimet_torch has feature to freeze activations with *load_and_freeze_encodings()* and it goes correctly after applying these changes: https://github.com/quic/aimet/pull/2845. aimet_tensorflow has just *set_and_freeze_param_encodings()* for parameter freezing but atleast I don't know the...