Skip to content
#

mxnet

Here are 594 public repositories matching this topic...

DNXie
DNXie commented Aug 24, 2020

Description

This is a documentation bug. The parameter of API mxnet.test_utils.check_numeric_gradient is not consistent between signature and Parameter section. There is a parameter check_eps in the Parameter section, but it is not in the signature.

Link to document: https://mxnet.apache.org/versions/1.6/api/python/docs/api/mxnet/test_utils/index.html#mxnet.test_utils.check_numeric_gra

jcwchen
jcwchen commented Jul 28, 2022

Feature Request

System information

ONNX version (you are using): 1.12

What is the problem that this feature solves?

It would be great if ONNX Hub can download test_data_set. It will be helpful for testing ONNX Model Zoo.

Describe the feature

Currently users can only download models through ONNX Hub. There is no easy API for them to download the test_data_set from.tar.gz

good first issue enhancement onnx hub
gluon-cv
JiaMingLin
JiaMingLin commented Aug 3, 2021

Hi,
I need to download the something-to-something and jester datasets. But the 20bn website "https://20bn.com" are not available for weeks, the error message is "503 Service Temporarily Unavailable".

I have already downloaded the video data of something-to-something v2, and I need the label dataset. For the Jester, I need both video and label data. Can someone share me the

good first issue
gluon-ts
dmitra79
dmitra79 commented Jul 21, 2022

Description

I created a simple random dataset, added a single NAN value in the first instance at the start of the last window before forecast, and compared evaluation metrics of 3 trivial estimators: Mean, Constant and Identity (code below). The ConstantEstimator is not affected at all - all metrics are normal. IdentifyPredictor ends up with NA for the metrics on the first instance and norma

enhancement good first issue
djl
zachgk
zachgk commented Apr 20, 2022

Description

This issue is to create the TabNet model and add it to the basic model zoo. TabNet is a good example of a deep learning model that will work with the tabular modality. Then, it can be trained or tested with an implementation of the CsvDataset such as AirfoilRandomAccess or AmesRandomAccess.

References

  • Paper: [TabNet: Attentive Interpretable Tabular Learning](htt
enhancement good first issue Call for Contribution
gluon-nlp
preeyank5
preeyank5 commented Dec 3, 2020

Description

While using tokenizers.create with the model and vocab file for a custom corpus, the code throws an error and is not able to generate the BERT vocab file

Error Message

ValueError: Mismatch vocabulary! All special tokens specified must be control tokens in the sentencepiece vocabulary.

To Reproduce

from gluonnlp.data import tokenizers
tokenizers.create('spm', model_p

enhancement good first issue

Improve this page

Add a description, image, and links to the mxnet 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 mxnet topic, visit your repo's landing page and select "manage topics."

Learn more