Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] proposal for ONNX export feature #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fmigneault
Copy link
Collaborator

@fmigneault fmigneault commented Aug 30, 2020

  • add export functionalities for ONNX
    (managed to export the ResNet checkpoint generated by example-classif-cifar10 config

  • update some docs

  • import/convert ONNX to PyTorch sadly cannot be done for now (at least no official method)
    (Import ONNX model to Pytorch pytorch/pytorch#21683)

Copy link
Owner

@plstcharles plstcharles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -360,7 +360,7 @@ So, first off, let's start by training a classification model using the followin
The above configuration essentially means that we will be training a ResNet model with
default settings on CIFAR10 using all 10 classes. You can launch the training process via::

$ thelper new <PATH_TO_CLASSIF_CIFAR10_CONFIG>.json <PATH_TO_OUTPUT_DIR>
$ thelper new -c <PATH_TO_CLASSIF_CIFAR10_CONFIG>.json -d <PATH_TO_OUTPUT_DIR>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch on these, there's probably a ton of other dead CLI examples due to the commandline changes, I should go around and fix them...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants