Mingzhe
Mingzhe
## Problem I am using Colab to do GPU programming. I came up with a problem when I am using matrix multiplication function `Sgemm`. The three inputs of the function...
As title, not sure what `mask` means in the [GRUPolicy](https://github.com/uber-research/go-explore/blob/240056852514ffc39f62d32ae7590a39fd1814b9/policy_based/atari_reset/atari_reset/policies.py#L150). Any hint about the what `mask` looks like is appreciated. Thanks!
Same as the title. Thanks in advance.
Hi authors, the GNN reranking is fast, great work! And I would like to expand it from just ranking to distance calculation, and I modified the code by removing the...
Hello authors @houqb, thanks for your hard work! After reading the paper and seeing the diagrams, I wonder if it is a good idea to combine both CA and SE...
Hello, thanks for your hard work. I have a quick question while inspecting the backbone. Why is this [line](https://github.com/mangye16/ReID-Survey/blob/master/modeling/backbones/resnet_nl.py#L93) of Relu activation in Resnet deleted? ``` self.conv1 = nn.Conv2d(3, 64,...
Hello authors and contributors of center loss, thanks for the impressive work. I got a question as I noticed the center update is based on each mini-batch, and if I...
Hello Hao. I read your journal paper and paid special attention to center loss placement. I saw you decided to put the loss after bn neck to achieve better results,...
Hi. I read two memory update methods in your two version papers. It looks like updating with the hardest sample gives better performance, but the selection of hyperparameters is tricky....
Hi team, thanks for the hard work! A small question is when I tried to switch the reranking from GPU to CPU, I might not get the same reranking result....