Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AimLogger is not supporting new PyTorch Lightning module nameΒ #2555

@vanhumbeecka

Description

@vanhumbeecka

πŸ› Bug

There is a hardcoded check in aim where it checks the package name for pytorch-lightning.
However, they are migrating to a new name 'lightning'. Hence the check fails. See the warning message on PL website.

Location in aim-code where the check fails: aim/sdk/adapters/pytorch_lightning.py", line 23

image

To reproduce

Create an AimLogger instance when running with pytorch-lightning, installed with pip install lightning (instead of pip install pytorch-lightning.

Expected behavior

It doesn't throw an error

Environment

  • Aim Version latest

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    area / integrationsIssue area: integrations with other tools and libshelp wantedExtra attention is neededphase / exploringIssue phase: issue is in discovery phasetype / bugIssue type: something isn't working

    Type

    No type

    Projects

    Status

    Patch-issues

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions