-
```python
from keras.models import load_model
from keras.preprocessing import image
import numpy as np
import matplotlib.pyplot as plt
from keras import models
import sys
from keras.application…
-
release date: December 2019
Expected:
- Tensorflow_cpu-2.1.0rc1, PyTorch-1.3.1
- numpy-1.17
- Python-3.8.1, Python3.7.6, python-vscode 2019.11,
- only ".dot" 32 bit versions
Not Expected:
-…
-
**Rasa version**:13.3
**Python version**: 3.6
**Operating system** (windows, osx, ...): windows 10
**Issue**:Hi there so in my previous version of my code I was trying to run a bot with …
-
> pthon train.py --batch_size 8 --dataset train.tfrecord --val_dataset test.tfrecord --epochs 10 --mode eager_tf --transfer fine_tune --weights yolov3-tiny.tf --tiny
2019-11-18 17:22:38.548319: I t…
-
**System information**
- TensorFlow installed from (source or binary): binary
- TensorFlow version (use command below): tf-nightly-gpu-2.0-preview 2.0.0.dev20190606
- Python version: 3.6.5
**C…
-
**System information**
- TensorFlow version: 2.0
- Doc Link: https://www.tensorflow.org/versions/r2.0/api_docs/python/tf/lite/TFLiteConverter
**Describe the documentation issue**
- **Links** (…
-
When I run this code:
https://github.com/matthiasplappert/keras-rl/blob/master/examples/dqn_atari.py
I get an error:
Traceback (most recent call last):
File "atari.py", line 111, in
dqn.…
-
Hi, has anyone tried to apply attention maps to classification output? Preferable with https://github.com/raghakot/keras-vis. I wonder if in general it is applicable to object detection, because all e…
-
run example/resnet/attention.ipynb
and change to the model with my custom resnet50 like this:
model_path = os.path.join('../../../saved_models', 'res50transfer_learning.h5')
model = load_mod…
-
Is the accuracy reported in the results on the paper, `training` or `validation (test)`? For e.g., Fig 9, Meat target dataset, the best accuracy without transfer is reported to be around 81%, however,…