-
Hello author, your vgg16 link cannot be opened
-
-
-
Hi,
I was trying to score a VGG16 model on our own cluster, i.e. by running a local instance
When I use the following layer names
```
['avgpool' , 'features', 'classifier']
```
i.e. more hig…
-
![SSD-1](https://user-images.githubusercontent.com/90507605/161437123-cbbbcb7b-1344-4721-8b02-06ef4c2d512c.jpg)
-
Hello, thanks for your contribution.
I wanna know how can I get the vgg16.pth.
-
Hello,
Do you have an updated training.py file where you demonstrate how to correctly load and use parameters from npy pretrained file? Or maybe you can provide path to download vgg16.pkl?
-
import numpy as np
import tensorflow as tf
from tf_explain.core.grad_cam import GradCAM
import matplotlib.pyplot as plt
# Initialize Grad-CAM explainer
explainer = GradCAM()
# Specify the la…
-
Hi,
do you support vgg16 pretrained test?
if yes how can I run it?
what *.pth should I use?
parser.add_argument('--network', '-n', metavar='NETWORK', default='**resnet101-solar-best.pth**',
…
-
If apply mixstyle to VGG16 for classification task, which layer is better? Any suggestions?