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

mxnet

Here are 568 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

JonTriebenbach
JonTriebenbach commented Sep 2, 2020

Bug Report

These tests were run on s390x. s390x is big-endian architecture.

Failure log for helper_test.py

________________________________________________ TestHelperTensorFunctions.test_make_tensor ________________________________________________

self = <helper_test.TestHelperTensorFunctions testMethod=test_make_tensor>

    def test_make_tensor(self):  # type: () -> None
    
gluon-cv
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

gluon-ts
AaronSpieler
AaronSpieler commented Aug 4, 2020

Description

  • currently we have DEFAULT_SEASONALITIES = {"H": 24, "D": 1, "W": 1, "M": 12, "B": 5}
  • however, having a seasonality of 1 has no real benefit to my knowledge (please correct me if I'm mistaken)
    • I base my knowledge on NBEATSEstimator and Naive2Predictor
  • therefore I suggest seasonality of 7 for Daily data "D"
    • to me this makes sense since this would capture the se

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

You can’t perform that action at this time.