The Wayback Machine - https://web.archive.org/web/20201202122346/https://github.com/topics/gluon
Skip to content
#

gluon

Here are 183 public repositories matching this topic...

gluon-cv
gluon-nlp
sxjscience
sxjscience commented Nov 19, 2020

Description

We should use the official mxnet batchify functions to implement our own batchify functions. However, since we'd like to later support other frameworks, we should still keep our own batchify.py. We can change it to call MXNet implementations.

MXNet batchify: https://github.com/apache/incubator-mxnet/blob/master/python/mxnet/gluon/data/batchify.py
GluonNLP batchify: https://gi

bennypowers
bennypowers commented Sep 30, 2020

The generator currently outputs TypeScript projects only. It should have an option to output JavaScript projects.

This could be accomplished without duplicating code by the following steps

  1. If the TypeScript option is selected, continue as normal
  2. If the JavaScript option is selected, run all the same steps as the TypeScript generator, but add the following steps afterwards:
    1. Run

Improve this page

Add a description, image, and links to the gluon topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gluon topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.