dmlc / gluon-nlp

NLP made easy
https://nlp.gluon.ai/
Apache License 2.0
2.55k stars 538 forks source link

Add version check to mxnet and move all files related to mxnet to a separate namespace #1486

Open sxjscience opened 3 years ago

sxjscience commented 3 years ago

Description

We are preparing for multi-backend support of GluonNLP. We are going to have the mx namespace to hold all the MXNet-2.0 related files and the torch namespace to hold all the pytorch-related files.

MXNet Module
- gluonnlp.mx

Potential PyTorch Module
- gluonnlp.torch

Potential JAX Module
- gluonnlp.jax