-
As #197 and #206 have pointed out, there are some inconsistencies with the implementation of Inception-ResNet-v2 and [the paper](https://arxiv.org/pdf/1602.07261). @agsourav highlights that the stem s…
-
Hi,
I'm trying to use vggface2 based embedding using [facenet-pytorch](https://github.com/timesler/facenet-pytorch)
Here is the code to generate:
```python
import torch
from facenet_pytorch …
-
Hi,
Thank you for making public Mask RCNN on github. It is really amazing work.
I tried to replace the ResNet-101 encoder with Inception-ResNet-V2 encoder from keras.
Unfortunately, I didn't get …
-
Pls give me link to download pretrain for inception resnet v2
-
我参加了一个比赛,任务是对乳腺超声影像(2500张,各类别不平衡)的BIRADS进行分类任务,所分的类别分别是2类,3类,4A,4B,4C,5类,我尝试了许多模型,但是效果都很差,包括预训练的resnet(acc60%)vit(60%)fastvit(60%),inception_resnet(65%)等等,我在你的项目中使用了你默认的参数(参考了swin-cub.yaml)进行训练,使用swin…
-
Hi, thanks for open source. I am very interested in your paper. I have some questions. When you use the WebFace dataset to train the Inception-ResNet network, how are the training set and test set div…
-
Due to popularity of inception network, let's see if it is possible visualizing inception network with GradCAM.
-
Hi
whenever I try to run your code Inception_resnet_v2.py
this error is occured
Using TensorFlow backend.
Traceback (most recent call last):
File "inception_resnet_v2.py", line 251, in
…
-
I think the file is missing in the PR. Is it possible for you to share it ? thanks :)
-
https://www.kaggle.com/vikramtiwari/baseline-predictions-using-inception-resnet-v2