You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I train using wandb offline, pytorch-lightning doesn't upload the configuration of my job. It loads the metrics and the jobs summary. A workaround is to call wandb.init(config=model.hparams) before the pytorch-lightning wandbLogger initialization.
Bug description
When I train using wandb offline, pytorch-lightning doesn't upload the configuration of my job. It loads the metrics and the jobs summary. A workaround is to call
wandb.init(config=model.hparams)
before the pytorch-lightning wandbLogger initialization.What version are you seeing the problem on?
v2.5
How to reproduce the bug
Error messages and logs
Environment
Current environment
- GPU: None
- available: False
- version: None
- lightning-utilities: 0.12.0
- pytorch-lightning: 2.5.0.post0
- torch: 2.5.1
- torchmetrics: 1.6.1
- annotated-types: 0.7.0
- appdirs: 1.4.4
- autocommand: 2.2.2
- backports.tarfile: 1.2.0
- brotli: 1.1.0
- certifi: 2024.12.14
- cffi: 1.17.1
- charset-normalizer: 3.4.1
- click: 8.1.8
- colorama: 0.4.6
- docker-pycreds: 0.4.0
- eval-type-backport: 0.2.2
- filelock: 3.17.0
- fsspec: 2025.2.0
- gitdb: 4.0.12
- gitpython: 3.1.44
- h2: 4.2.0
- hpack: 4.1.0
- hyperframe: 6.1.0
- idna: 3.10
- importlib-metadata: 8.0.0
- inflect: 7.3.1
- jaraco.collections: 5.1.0
- jaraco.context: 5.3.0
- jaraco.functools: 4.0.1
- jaraco.text: 3.12.1
- jinja2: 3.1.5
- lightning-utilities: 0.12.0
- markupsafe: 3.0.2
- more-itertools: 10.3.0
- mpmath: 1.3.0
- networkx: 3.4.2
- numpy: 2.2.2
- packaging: 24.2
- pip: 25.0
- platformdirs: 4.3.6
- protobuf: 5.28.3
- psutil: 6.1.1
- pybind11: 2.13.6
- pybind11-global: 2.13.6
- pycparser: 2.22
- pydantic: 2.10.6
- pydantic-core: 2.27.2
- pysocks: 1.7.1
- pytorch-lightning: 2.5.0.post0
- pyyaml: 6.0.2
- requests: 2.32.3
- sentry-sdk: 2.20.0
- setproctitle: 1.3.4
- setuptools: 75.8.0
- six: 1.17.0
- smmap: 5.0.0
- sympy: 1.13.3
- tomli: 2.0.1
- torch: 2.5.1
- torchmetrics: 1.6.1
- tqdm: 4.67.1
- typeguard: 4.3.0
- typing-extensions: 4.12.2
- urllib3: 2.3.0
- wandb: 0.19.5
- wheel: 0.45.1
- win-inet-pton: 1.1.0
- zipp: 3.19.2
- zstandard: 0.23.0
- OS: Windows
- architecture:
- 64bit
- WindowsPE
- processor: Intel64 Family 6 Model 154 Stepping 4, GenuineIntel
- python: 3.11.0
- release: 10
- version: 10.0.26100
More info
No response
The text was updated successfully, but these errors were encountered: