-
Hi I followed the guide and converted keras model to android but the prediction is always 100% for one class.
Code used to train model
```
from imageai.Prediction.Custom import ModelTraining
imp…
-
I am not able to download the model from the provided link as the file is removed from the link.
FCNN Model:
https://pan.baidu.com/s/1o8uko22
Please let me know from where I can download the …
-
### Steps to reproduce the problem
1. Use Swift Object storage (I use OVH with v3 auth, as it is the only configuration that works in my geo zone)
2. Accumulate many thousands of media files from ot…
-
tensorflow.python.framework.errors_impl.InvalidArgumentError: Dimension 3 in both shapes must be equal, but are 96 and 32. Shapes are [1,35,35,96] and [1,35,35,32].
From merging shape 2 with other s…
-
hello i don't need show " --> ns_record -->"....etc , i need just urls like old verisons of amass .. thnx you
-
We are using the PyTorch deeplabv3_resnet101 model on AWS (on pytorch 1.1), and it suddenly stopped working.
It appears that a recent upgrade to torchvision/inception (!) broke this model:
```
…
-
Hi all,
I am working with a feature extractor (Inception V3, VGG16, whatever) plus an LSTM for sequences classification (let's say 3 sec. each one). There's any way to use GradCam in order to obtain…
-
## Exploration
The element of a group giving the best results is marked in bold. If multiple elements are used together, all of them are marked. \
If a minor positive changes were noted in the early…
-
I was thinking that, for completeness, you may want to train a GoogLeNet as well.
[Here](https://github.com/e-lab/imagenet-multiGPU.torch/blob/trueGoogLeNet/models/googlenetFixed_cudnn.lua)'s the mode…
-
I am trying to reproduce the Frechet Inception Distance with Pytorch. The original code uses InceptionV3 trained with Tensorflow. But using the pretrained weight provided by Pytorch, the behavior is m…