-
my environment:
-------------------------
OS: Ubuntu 16
Python: 2.7.12
Package:
coremltools (0.7)
numpy (1.13.3)
protobuf (3.5.0.post1)
six (1.10.0)
tensorflow-gpu (1.2.0)
tfcoreml (0.1.0)
…
-
### 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)**: macOS S…
-
It generates non-trained CoreML model.
```
python coreml-converter-bench.py
```
If I run the generated model in iOS simulator, it works. But if I run it in real device, it crashes.
I use foll…
-
We tried **tr\_coreml** on both MobileNet and InceptionV3. It works well with
MobileNet end to end (including conversion and inference). However, the
inference results are all NaNs with InceptionV3.…
-
after i converted the tfmodel to mlmodel, when i run the predict program, the following errors appeared:
coremlc: Error: compiler error: Invalid data blob: 'cnn_net_1/conv-maxpool-5/pool_5:0' shape …
-
I'm unsure if it's a XCode bug or a converter problem.
I used to test `tf-coreml` with Swift and it worked well.
I tried to test it with Objective C, but it doesn't work when input/output name c…
-
Hi
I meet a problem when I convert yolo.weight (not tinyyolo) and hope you can help me.
**Environment**
Python 3.5.2 + Python 2.7.13
pip2 list
```
coremltools (0.4.0)
funcsigs (1.0.2)
h5…
-
I'm trying to convert saved YOLOv2 model(.h5) to coreml, but it fails.
> coremltools (0.8)
h5py (2.7.1)
Keras (2.1.3)
tensorflow (1.4.1)
tensorflow-tensorboard (0.4.0)
I cannot find `..libco…
-
Hi, Thanks for this excellent repo. But when I am getting the following error when trying to convert the caffe model to .mlmodel.
```
Traceback (most recent call last):
File "coreml.py", line 23,…
r4ghu updated
7 years ago
-
I noticed that the preprocessing and the deprocessing only worked for the VGG model, and it also seems true for Apple's coremltools. In the original [fast-neural-style code](https://github.com/jcjohns…