gluon
Here are 182 public repositories matching this topic...
resuming training
How do i resume training for text classification?
-
Updated
Aug 13, 2019 - Jupyter Notebook
Description
TVM support has been added in dmlc/gluon-nlp#1390. Also, we updated our benchmarking utility to support profiling the inference speed of TVM: https://github.com/dmlc/gluon-nlp/tree/master/scripts/benchmarks. We can further improve our document.
- Attach the benchmark numbers. (Good for beginners)
- Add a tutorial about how to convert GluonNLP mod
-
Updated
Oct 25, 2020 - Rust
-
Updated
Nov 3, 2020 - Python
-
Updated
Nov 3, 2020 - Python
-
Updated
Oct 22, 2020 - Jupyter Notebook
-
Updated
Oct 27, 2020 - Jupyter Notebook
-
Updated
Nov 3, 2020 - Python
-
Updated
Aug 24, 2020 - Jupyter Notebook
-
Updated
Nov 2, 2020 - C
-
Updated
Apr 14, 2020 - Python
We have a variety of tests scattered across the repo. @apollo-elements/mixins does most of the heavy lifting. I would like to see the tests in mixins replicated across packages. i.e. Just like ApolloQueryMixin is tested to make sure that data is set when a good query resolves, so should lit-apollo's ApolloQuery, and Polymer ApolloQuery, etc.
It would be swell to export some `testBas
-
Updated
Oct 23, 2020 - Jupyter Notebook
-
Updated
Oct 26, 2020 - C#
-
Updated
Mar 27, 2020 - Python
-
Updated
Nov 20, 2017 - Jupyter Notebook
-
Updated
Nov 2, 2020 - Jupyter Notebook
-
Updated
Aug 21, 2018 - Python
-
Updated
Jun 12, 2019 - Python
-
Updated
Apr 16, 2020 - Python
-
Updated
Feb 23, 2020 - Python
-
Updated
Dec 24, 2017 - Jupyter Notebook
-
Updated
Feb 28, 2018 - Jupyter Notebook
-
Updated
Mar 12, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the gluon topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gluon topic, visit your repo's landing page and select "manage topics."
Hi, thanks for the great code!
I wonder do you have plans to support resuming from checkpoints for classification? As we all know, in terms of training ImageNet, the training process is really long and it can be interrupted somehow, but I haven't notice any code related to "resume" in
scripts/classification/train_imagenet.py.Maybe @hetong007 ? Thanks in advance.