flexibility2

Results 14 issues of flexibility2

Hello, Thank you for sharing the code. Now I am preparing for the reproduction of your code using miniimagenet. I am wondering if you could provide me the miniimagenet dataset....

请问为何在我的GTX1080Ti上测试450*450像素的图像都需要500ms?,而且我已将试过了将下面 四行注释掉: //const Dtype* tempTop = top[0]->gpu_data(); //for(int i=0;i

Hi, thanks for your source code. But I notice in the line: https://github.com/KaiyangZhou/pytorch-center-loss/blob/master/center_loss.py#L47 you wrote the center loss as the **mean** of dis, however, in the paper, the center loss...

请问在 https://github.com/Sierkinhane/mtcnn-pytorch/blob/master/mtcnn/data_preprocess/gen_Rnet_train_data.py#L23, 怎样得到./anno_store/anno_train_test.txt

Hello, when I run the 'shufflenet.py', it comes to this bug: "Traceback (most recent call last): File "/home/w/Documents/code/cifar10/practice/models/shufflenet.py", line 218, in test() File "/home/w/Documents/code/cifar10/practice/models/shufflenet.py", line 214, in test net =...

Hi, in your paper of page 11, Fig.2a, it seems that using LR as the classifiers can achive better performance than SVM, so why didn't use the LR than SVM...

Hi, I notice in your original paper's experimental results part, you have written that the RELATION NET's result is 57.02 for 1-shot 71.07 for 5-shot however, in the original paper...

you know, your code is just consisted of the part of EmbeddingNetwork. However, the EmbeddingNetwork you have already written is just the part of ResNet-18 which was fine-tuning by the...

@HongtaoYang , I am very grateful for your source code! However, I have found that your implementation is very sensitive to the parameters of the network, such as : -...

When I run **make** in **build** , it happens "warning: libopencv_core.so.3.2, needed by /data/caffe_wo/lib/libcaffe.so, may conflict with libopencv_core.so.2.4 /usr/bin/ld: CMakeFiles/mtcnn_c.dir/main.cpp.o: undefined reference to symbol '_ZN2cv6String10deallocateEv' //usr/local/lib/libopencv_core.so.3.2: error adding symbols: DSO...