WandB records sys.argv for each and helpfully includes it in the run’s browser page. Is there any way it can be updated manually?
(This would be a useful feature, as I often find myself using a custom wrapper class that emulates running WandB in offline mode, but with the eventual syncing of run data with the mode set to online, enabling super important things like resuming and history editing. In this case, the arguments logged by WandB are those that perform the sync, not those that start the run.)