Skip to content
#

evaluation

Here are 660 public repositories matching this topic...

datasets
mariosasko
mariosasko commented Nov 12, 2021

f-strings offer better readability/performance than str.format and %, so we should use them in all places in our codebase unless there is good reason to keep the older syntax.

NOTE FOR CONTRIBUTORS: To avoid large PRs and possible merge conflicts, do 1-3 modules per PR. Also, feel free to ignore the files located under datasets/*.

avalanche
AndreaCossu
AndreaCossu commented Oct 20, 2021

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, ...

Improve this page

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

Learn more