Skip to content
#

experiment-tracking

Here are 35 public repositories matching this topic...

kedro
haritsahm
haritsahm commented Apr 3, 2022

🐛 Bug

Removed _convert_params function in new pytorch-lightning release (1.6.0).

To reproduce

from aim.pytorch_lightning import AimLogger

trainer = pl.Trainer(logger=AimLogger(experiment='experiment_name'))
trainer.logger.log_hyperparams(hparams)

Expected behavior

  • Successfully log the hyperparameters with no errors

Environment

  • Aim Version (3.8
type / bug help wanted good first issue area / integrations
VevestaX
andyk
andyk commented Mar 1, 2022

Moving these tasks out of #135 since that was tracking different changes to the docs (that are done now).

Make sure to spell out clearly OS requirements and support for acme based agentsb

  • requires x86 Linux
  • Windows not supported (i.e., requires WSL or Docker)
  • requires Docker on Intel Macs
  • Won't work on Macs with Apple silicon (i.e., the M1 processor). Would require building several
documentation good first issue

Improve this page

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

Learn more