evaluation
Here are 659 public repositories matching this topic...
-
Updated
May 8, 2021
-
Updated
Jan 11, 2021 - Haskell
-
Updated
Oct 2, 2021 - HTML
-
Updated
Aug 25, 2021 - Python
Description
Currently, when a challenge link from EvalAI is shared users see a generic view of EvalAI homepage. We want the details specific to a challenge to be shown when a link is shared. Here's how it looks currently
Expected behavior:
T
-
Updated
Oct 12, 2021 - Python
-
Updated
Nov 18, 2021 - Python
-
Updated
Nov 6, 2021 - Python
-
Updated
Oct 20, 2021 - Emacs Lisp
-
Updated
Oct 30, 2021 - Python
-
Updated
Nov 19, 2021 - Python
We can wrap some import in a try ... catch statement so the user is not necessarily forced to install all the libraries, especially for the ones needed only by a specific strategy/logger.
e.g. quadprog, wandb, ...
-
Updated
Feb 18, 2020 - Python
-
Updated
Oct 12, 2021 - PHP
-
Updated
Oct 15, 2021 - Python
-
Updated
Nov 2, 2021 - Go
-
Updated
Jun 17, 2021 - Python
-
Updated
Sep 24, 2021 - Python
-
Updated
Apr 19, 2021 - MATLAB
-
Updated
Nov 18, 2021 - C#
-
Updated
Nov 10, 2021 - Python
-
Updated
Dec 29, 2020 - Python
-
Updated
Jul 31, 2021 - C++
-
Updated
Oct 28, 2021 - C#
-
Updated
Nov 10, 2021 - Python
-
Updated
Aug 24, 2021 - Python
Improve this page
Add a description, image, and links to the evaluation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the evaluation topic, visit your repo's landing page and select "manage topics."

Motivated by huggingface/transformers#12789 in Transformers, one welcoming change would be replacing assertions with proper exceptions. The only type of assertions we should keep are those used as sanity checks.
Currently, there is a total of 87 files with the
assertstatements (located underdatasetsandsrc/datasets), so when working on this, to manage the PR s