torch2coreml
torch2coreml copied to clipboard
Torch7 -> CoreML
Hello!,how to solve this problem,thank you very much! Preparing models for conversion Converting models to CoreML Converting prepared_models/candy.t7 Traceback (most recent call last): File "convert-fast-neural-style.py", line 176, in main() File...
I have used same image on both models , Torch model present a good output while the Coreml model changes the main picture color . i used this image for...
Hi, I am trying to setup your project and setup.sh script fails with next error for every model: ``` Preparing models for conversion /Users/teologov/torch/install/bin/lua: /Users/teologov/torch/install/share/lua/5.2/torch/File.lua:375: unknown object stack traceback: [C]:...
I have tried the coreml conversation on other repository here is the link of the repository :- [link](https://github.com/DmitryUlyanov/texture_nets ) they provide a pre trained model :- [model.t7](https://yadi.sk/d/GwL9jNJovBwQg) By running the...
i'm trying to convert one of the CycleGAN pre trained model with 'convert-fast-neural-style.py'. i got the output model but when i used it in my app, not getting the expected...
Hi I have trained a model using images. Now I want to test it with a single image.How to use my model weights. Its saved as a pth file. I'm...
I downloaded the models from https://coreml.store/fns-candy but get 'Unexpectedly found nil while unwrapping an optional value' on line 81 of FNS_Candy.swift
Great open source project. I trained some .t7 model form the DmitryUlyanov texture nets, it's same method with Justin Johnson's fast feed forward. https://github.com/DmitryUlyanov/texture_nets#credits Here is a sample model download...
Hi! First of all, congratulations for this project. I have a simple question about the use of it. Considering that it is a open source project and in the [short...
I am using the Vision framework but the program crashes as soon as I access the `pixelBuffer` property of the result observation. This is my code: ``` VNCoreMLModel * model...