research
Here are 2,066 public repositories matching this topic...
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
There seems to be conflicting data on what the "OriginGeopoint" is. In the documentation it's referenced as the location of the PlayerStart while in code it's commented as the coordinates of Unreal level at the coordinates 0,0,0.
Documentation:
https://micro
docstrings for carla
Is is possible to include the docs from https://carla.readthedocs.io/en/latest/python_api/#carla.Actor in the python library? I would prefer using the docs in my IDE rather than jumping into the browser when I have to look something up.
Thank you.
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
-
Updated
May 21, 2020 - Python
From danijar/handout#20 (comment):
doc.add_text('<p style="page-break-before: always">')
We can add doc.add_pagebreak()
if this is helpful, especially once we have a LaTeX exporter that could also support this.
Description
In some rare cases, for example, when you need to finetune a large model on a small dataset the majoring part of training loop is waiting for saving model checkpoints to a hard drive.
Proposal
Would be logically to add a CheckpointCallback
with parameter save_n_best=0
to a configuration and do not store best checkpoints and instead use the latest state of the model.
-
Updated
Aug 5, 2019 - TeX
In case Imgur ever closes down their hosted service, it will be a sad day.
The script should simply go through all markdown files, go to all Imgur linked images and download them to a folder.
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
Describe the bug
I tried to implement triple_barrier_events function. IT returned an error
KeyError: 'Passing list-likes to .loc or [] with any missing labels is no longer supported, see https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#deprecate-loc-reindex-listlike'
I can overcome the problem if I use pandas reindex function.
To Reproduce
Inside triple_b
-
Updated
Jan 17, 2020
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
Add tests
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. See
src/algorithms
-
React parts - components and pages. See
src/components
andsrc/pages
-
State management: redux reducers and sagas. See
src/state
The infrastructure:
jest
and@testing-library
are already set up. Un
-
Updated
Apr 28, 2020
-
Updated
Apr 26, 2020
-
Updated
Apr 1, 2020 - Python
Self-explanatory.
-
Updated
May 11, 2020 - Python
-
Updated
May 20, 2020 - Python
-
Updated
Feb 24, 2020 - Python
-
Updated
Jan 8, 2020 - Jupyter Notebook
-
Updated
May 7, 2020 - C
-
Updated
Nov 25, 2019 - Python
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
https://github.com/rbgirshick/yacs/blob/aabe5bd54d193996ceedcff650cff10c38b1f90b/yacs/config.py#L410
This part makes yacs inconsistent with yaml.
In yaml if you want a number to be interpreted as a string you can put it in quotes (e.g. 10 vs "10"), but in yacs they will be both converted to numbers.
In which cases is eval used and would it be possible to add an option to disable it?
-
Updated
Apr 10, 2020
Improve this page
Add a description, image, and links to the research topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the research topic, visit your repo's landing page and select "manage topics."
Feature Summary✨
When a user presses the button to
Create a study guide
, study guide creation page should be shown to the user.Why do we need this?
Essential feature as withou