Skip to main content

wandb sync

Usage

wandb sync [OPTIONS] [PATH]...

Summary

Upload an offline training directory to W&B

Options

OptionDescription
--idThe run you want to upload to.
-p, --projectThe project you want to upload to.
-e, --entityThe entity to scope to.
--job_typeSpecifies the type of run for grouping related runs together.
--sync-tensorboard / --no-sync-tensorboardStream tfevent files to wandb.
--include-globsComma separated list of globs to include.
--exclude-globsComma separated list of globs to exclude.
--include-online / --no-include-onlineInclude online runs
--include-offline / --no-include-offlineInclude offline runs
--include-synced / --no-include-syncedInclude synced runs
--mark-synced / --no-mark-syncedMark runs as synced
--sync-allSync all runs
--cleanDelete synced runs
--clean-old-hoursDelete runs created before this many hours. To be used alongside --clean flag.
--clean-forceClean without confirmation prompt.
--showNumber of runs to show
--appendAppend run
--skip-consoleSkip console logs
Was this page helpful?๐Ÿ‘๐Ÿ‘Ž