Skip to content
#

research

Here are 2,179 public repositories matching this topic...

dhlee347
dhlee347 commented Oct 12, 2019

Hi, I doubt that data_utils.get_num_dialog_examples() returns correct number.

In dstc8_single_domain & train, data_utils.get_num_dialog_examples() returns 82588, but the number of examples in dstc8_single_domain_train_examples.tf_record is 41294. I think these two numbers should be the same. Is it right? (The former is around as double as the latter because get_num_dialog_examples() counts USE

carla
davidlazar
davidlazar commented May 10, 2018

Currently, with usernames, there isn't a good recovery mechanism for users that lose their keys. Originally we were thinking to let a user reset their account if they haven't extracted a key in 30 days (with no further verification), but this would lead to users losing their usernames if they go offline for an extended period.

With email addresses, we could at least verify that the user owns th

jchen42703
jchen42703 commented Mar 2, 2020

(I will compile a list and hopefully open a PR if needed)

Describe the bug
This behavior is present in a plethora of catalyst's callbacks and losses. It's consistent, but it's definitely confusing for many new users.

To Reproduce
Steps to reproduce the behavior:
Use these functions/classes:
Callbacks

dvorka
dvorka commented Feb 23, 2020

Long running issue:

  • Link mf.com web to GH mindforger-repository.
  • Links directly to sections in documentation.
  • Add documentation section to mf.com, and link GH from there.
  • Have discussions, ...
  • Written with MindForger
  • I don't have to sustain it mf.com
  • beginner users will be scared by seeing all files
  • make links to point to beginning of doc ~ section anchor
  • review web
ivan-aksamentov
ivan-aksamentov commented Mar 17, 2020

In order to perform refactoring and to add new features with more confidence, we need unit, integration and end-to-end tests for:

  • algorithm parts. Seesrc/algorithms

  • React parts - components and pages. See src/components and src/pages

  • State management: redux reducers and sagas. See src/state

The infrastructure:

  • jest and @testing-libraryare already set up. Un
danielhanchen
danielhanchen commented Aug 29, 2018

Hey Contributor!

Thanks for checking out HyperLearn!! Super appreciate it.

Since the package is new (only started like August 27th)..., Issues are the best place to start helping out, and or check out the Projects tab. There's a whole list of stuff I envisioned to complete.

Also, if you have a NEW idea: please post an issue and label it new enhancement.

In terms of priorities, I wanted

zzj0402
zzj0402 commented Jan 5, 2020

There is an error in the script for fine tuning the bert baseline:
--train_precomputed=nq-train.tfrecords-00000-of-00001 \ should be
--train_precomputed_file=bert-joint-baseline/nq-train.tfrecords-00000-of-00001 \

python -m language.question_answering.bert_joint.run_nq \
  --logtostderr \
  --bert_config_file=bert-joint-baseline/bert_config.json \
  --vocab_file=bert-joint-base

Improve this page

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

Learn more

You can’t perform that action at this time.