--view | BOOL Flag | View runs. Default: False |
--verbose | BOOL Flag | Enable verbose output. Default: False |
--id | STR | Upload to an existing run ID. Default: None |
--project, -p | STR | Set the project to upload the run to. Default: None |
--entity, -e | STR | Set the entity to scope the project to. Default: None |
--job_type | STR | Set the job type to group related runs. Default: None |
--sync-tensorboard / --no-sync-tensorboard | BOOL Flag | Sync TensorBoard tfevent files. On by default for specific paths, off for —sync-all. Default: None |
--include-globs | STR | Include only runs matching these glob patterns (comma-separated). Default: None |
--exclude-globs | STR | Exclude runs matching these glob patterns (comma-separated). Default: None |
--include-online / --no-include-online | BOOL Flag | Include runs created in online mode. Default: None |
--include-offline / --no-include-offline | BOOL Flag | Include runs created in offline mode. Default: None |
--include-synced / --no-include-synced | BOOL Flag | Include runs that are already synced. Default: None |
--mark-synced / --no-mark-synced | BOOL Flag | Mark runs as synced after upload. Default: True |
--sync-all | BOOL Flag | Sync all unsynced runs in the local wandb directory. Default: False |
--clean | BOOL Flag | Delete local data for runs that are already synced. Default: False |
--clean-old-hours | INT | Delete only synced runs older than this many hours (use with —clean). Default: 24 |
--clean-force | BOOL Flag | Skip the confirmation prompt if —clean is specified. Default: False |
--ignore | STR | No description available. Default: None |
--show | INT | Set the number of runs to show in the summary. Default: 5 |
--append | BOOL Flag | Append data to an existing run instead of creating a new run. Default: False |
--skip-console | BOOL Flag | Skip uploading console logs. Default: False |
--replace-tags | STR | Rename tags during sync. Use ‘old=new’ pairs separated by commas. Default: None |