The Wayback Machine - https://web.archive.org/web/20211120001855/https://github.com/topics/reproducible-research
Skip to content
#

reproducible-research

Here are 749 public repositories matching this topic...

metaflow
tuulos
tuulos commented Sep 7, 2021

With a config like this

{
    "METAFLOW_DATASTORE_SYSROOT_S3": "s3://mf-test/metaflow/",
}

(note a slash after METAFLOW_DATASTORE_SYSROOT_S3)

metaflow.S3(run=self).put* produces double-slashes like here:

s3://mf-test/metaflow//data/DataLoader/1630978962283843/month=01/data.parquet

The trailing slash in the config shouldn't make a difference

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

Collective Knowledge framework (CK) provides a common set of automation recipes, APIs and meta descriptions to enable collaborative, reproducible and unified benchmarking and optimization of ML Systems across continuously changing models, data sets, software and hardware:

  • Updated Nov 1, 2021
  • Python
vreuter
vreuter commented May 18, 2021

Is your feature request related to a problem? Please describe.
For tinkering around with some of the types defined here, it could be useful to have a basic Show instance. In particular, Arg given its simplicity, and DockerTaskConfig, given that it aggregates Text and Arg values, seem not too tricky to define instances for.

Describe the solution you'd like
Data.Text already

Improve this page

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

Learn more