-
Code on python to get MLIR module:
```
import os
import tensorflow as tf
from pyiree.tf import compiler as ireec
SAVE_PATH = os.path.join(os.environ["HOME"], "saved_models")
os.makedirs(SAVE_P…
-
**Is your feature request related to a problem? Please describe.**
Can I use tiny yolo for training model, tinyyolo and mobilenet what is better ?
If i use architecture is "tiny yolo", what parame…
-
I'm trying to train a model for a person and pet detector (like cat or dog, for example). My question is about what config to use when training a model for a detector with only those classes, that wor…
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes and No. Both cases fail.
- OS Platform and Distribution (e.g., Linux Ubun…
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): No
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Google Collab…
-
When running a model that requires pretrained weights for the first time, they're downloaded and cached, but this results in an error if running from an environment without internet access (e.g., tige…
talmo updated
4 years ago
-
After training model with inception weights when I try to run predict.py, I am getting the following error.
What am I doing wrong or missing?
Traceback (most recent call last):
File "predict.…
-
**Describe the bug**
I am converting keras application models https://github.com/onnx/keras-onnx. (1) I use onnx runtime release 0.1.4, it can convert the keras model (NASNetMobile and NASNetLarge) t…
-
Improve runtime on VGG-like models
Compiled using GCC with `-O3` `-mavx` and running on a single-CPU, frugally-deep is [faster on most typical model architectures than Keras+TensorFlow](https://gi…
-
## Hi, everyone,when I run the code:
`model = mynasnet.NASNetLarge(input_shape=None, include_top=True, weights='imagenet', input_tensor=None, pooling=None)`
## I got the errors:
`weights_file ./NAS…
djshu updated
5 years ago