opcode81 / sensAI

The Python library for sensible AI.
https://opcode81.github.io/sensAI/docs/
Other
40 stars 3 forks source link

Add pytorch-lightning to sensai[torch] dependencies #47

Closed MischaPanch closed 1 year ago

MischaPanch commented 3 years ago

We get very strange behavior when we add this dependency to setup.py. When it is installed separately during build, everything is fine though...

See this commit 2625669 and the TODO in it

opcode81 commented 1 year ago

Since lightning is not required for the core torch implementations, closing this as stale. Going forward, we might want to add a specific lightning extra though.