leolv131

Results 7 issues of leolv131

测试的时候为什么只有一个input_size?图片不是正方形怎么办?

when i test some images, whatever the number of images is 1 or 100,the time spent is so long. I want to know whether it is nomal

I want extract the transformer intermediate layer. I use follow code, but it does not work. nn.Sequential(*list(model.children()), how should i do?

when i tested some images by the code, the usage is getting bigger。 I find the problem is caused by the line code(features = self(x)): def test_step(self, batch, batch_idx): #...

Does the GPU occupy a small amount during training and a large amount during testing? Does the distance matrix take up a large number of GPUs?The following functions: def distance_matrix(x,...