How to sync offline run on another computer?

The offline runs are generated by computer A. Because of the lack of network on A, I copied the whole wandb directory to another computer B and excuted the sync command on B. But I have:

wandb: No runs to be synced.

I want to know is this way possible?

I found this issue and meet the same problem.

Hi @geyao , happy to help. Could you please provide me the command you are using to sync the run(s)? If you try to sync a single run folder, does this execute successfully?

wandb sync --project <PROJECT> --entity <ENTITY> wandb/<run-folder-name>

Hi @geyao , since we have not heard back from you we are going to close this request. If you would like to re-open the conversation, please let us know!

Sorry for late reply. Finally, I successfully sync the run. But I have to remove this before the run starts:

wandb.run.log_code(...)

The reason is in the above github issue. I don’t know if there is any solution to deal with the exist of log_code operation.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.