dmlc / gluon-nlp

NLP made easy

Home Page:https://nlp.gluon.ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

sxjscience opened this issue · comments

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