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

gluon

Here are 183 public repositories matching this topic...

gluon-cv
yxchng
yxchng commented Dec 31, 2020

There are many links in Kinetics that have expired. As as result, everyone might not be using the same Kinetics dataset. As a reference, the statistics of the Kinetics dataset used in PySlowFast can be found here, https://github.com/facebookresearch/video-nonlocal-net/blob/master/DATASET.md. However, I cannot seem to find similar information for gluoncv. Will you guys be sharing the statistics and

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

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.