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

start of #146 (Load/Save models, JIT) #147

Closed
wants to merge 1 commit into from
Closed

Conversation

dsyme
Copy link
Contributor

@dsyme dsyme commented Jun 2, 2020

This is the start of #146

  • The existing Load/Save on the module type is broken because the incorrect C++ Impl object is created for the loaded model (e.g. torch::nn::Module not torch::nn::ReLUImpl). It should be removed.

  • To get loading according to the C++ PyTorch docs, the JIT functionality needs to be brought back.

@dsyme dsyme reopened this Jun 2, 2020
@dsyme dsyme changed the title start of #146 start of #146 (Load/Save, JIT) Jun 3, 2020
@dsyme dsyme changed the title start of #146 (Load/Save, JIT) start of #146 (Load/Save models, JIT) Jun 3, 2020
@dsyme
Copy link
Contributor Author

dsyme commented Nov 4, 2020

I'm closing this as I'm not personally planning to work on it at this stage

@dsyme dsyme closed this Nov 4, 2020
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.

1 participant