-
Updated
Oct 22, 2020 - Python
coremltools
Here are 34 public repositories matching this topic...
-
Updated
Jun 27, 2022 - Swift
-
Updated
Mar 15, 2021 - Jupyter Notebook
-
Updated
Dec 7, 2019
🌱 Describe your Feature Request
Support Path (from pathlib) as type of argument model
convert doesn't support Path as type of argument model
but onnx.load supports Path
Use cases
from pathlib import Path
model_path = Path("path/to/onnx")
convert(model_p
-
Updated
Jun 28, 2022
-
Updated
May 24, 2018 - Swift
-
Updated
Oct 10, 2018 - Jupyter Notebook
-
Updated
Aug 4, 2020 - Jupyter Notebook
-
Updated
Apr 16, 2020 - Swift
-
Updated
Jun 21, 2017 - Swift
-
Updated
Jul 6, 2022 - Jupyter Notebook
-
Updated
Jul 3, 2020 - Swift
-
Updated
Mar 26, 2018 - Jupyter Notebook
-
Updated
Jul 3, 2020 - Swift
-
Updated
Jun 22, 2022 - Swift
-
Updated
May 29, 2020 - Swift
-
Updated
Jun 30, 2022 - Swift
-
Updated
Jul 3, 2018 - Swift
-
Updated
Apr 10, 2021 - Jupyter Notebook
-
Updated
Apr 5, 2021 - Swift
-
Updated
May 3, 2018 - Python
-
Updated
Apr 14, 2019 - Swift
-
Updated
Aug 21, 2021 - Python
Improve this page
Add a description, image, and links to the coremltools topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the coremltools topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Is there any method for printing converted operation shape during converting?
I converted to
.mlmodel, but the model doesn't have output shapes. So I want to inspect which operation was incorrectly converted.In 3.x coremltools, I can see all shapes each operation. But in 4.0b1, I cannot see it anymore and coremltools only shows the progress status.
v3.x log exampl