2023-08-01T03:42:16Z
when I use wandb in my own projects, I set a offline mode. So I get a friendly reminder as follows
wandb: You can sync this run to the cloud by running:
wandb: wandb sync /home/zcy/pycode/graphtrans-main/wandb/offline-run-20230729_205424-77nmb8jc
I activate my conda env and use the wandb sync to upload my offline run. But I get the errors like this
File “/home/zcy/anaconda3/envs/graph-aug/lib/python3.8/site-packages/requests/models.py”, line 943, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.wandb.ai/files/larinaleo12/ucca4gnntransformer-cor-sc/77nmb8jc/file_stream
upload_file exception https://storage.googleapis.com/wandb-production.appspot.com/larinaleo12/ucca4gnntransformer-cor-sc/77nmb8jc/output.log?Expires=1690946538&GoogleAccessId=gorilla-files-url-signer-man%40wandb-production.iam.gserviceaccount.com&Signature=veI0HqYb44O3n2wmu4G7qLm6rt7JvDAklVzKPyu%2B0iG6e2GBnP1GCNJ2zEBaQPwQRncGcZ1%2B1te8AFnT%2FYvjzg1Ke9iR19qbRozGVGoRrtnrtSUbC4qlzWo%2FK90lvUWyNQb1uhCk4O8OnftREfEa4Sw3XbPNJlX%2BcU3Qc3ncMiFenPGpqMYXsKRMxy6gpPo%2F23TN20MTLI419dYmbfN16GLovNDgoyB4tdYC7QkOYsa6Gcr%2FrFbGlucgaAHR3lu6AAqcJkAdgRBad8g0XNaxU%2B9hIbzbUFkuGJj%2Ba4nrxs82ZMFrYFsBIoVyY07kpXMqMA%2B%2BPb34S%2FKigCn8KU%2Fv0Q%3D%3D (‘Connection aborted.’, TimeoutError(110, ‘Connection timed out’))
what can I do to fix this error and sync my offline files?