Our pytorch lightning training loop was written for version 1.3, which has quickly led to some versioning issues with the current v1.5.8 - especially in logging and lr scheduling. This should fix #17 and #21.
Also makes it easier to customize wandb account information using environment variables instead of directly editing the train script.
Our pytorch lightning training loop was written for version 1.3, which has quickly led to some versioning issues with the current v1.5.8 - especially in logging and lr scheduling. This should fix #17 and #21.
Also makes it easier to customize wandb account information using environment variables instead of directly editing the train script.