https://github.com/kaczmarj/debug-wandb-args_no_boolean_flags
https://github.com/kaczmarj/debug-wandb-args_no_boolean_flags
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kaczmarj/debug-wandb-args_no_boolean_flags
- Owner: kaczmarj
- License: mit
- Created: 2022-06-12T14:21:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-12T15:05:28.000Z (about 3 years ago)
- Last Synced: 2025-02-10T03:22:22.687Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Problem solved
Issue was related to $PATH. Sneaky guy. Keeping this repo up for fun.
# Debugging wandb sweep
One ubuntu 20.04, the sweep macro `args_no_boolean_flags` does not pass the command line arguments to the program.
This repository has a minimal reproducible example to debug this.