[CLI] Code and weights not getting saved on the wandboard.
See original GitHub issueI have been trying to save the code and the model weights on my project wandboard. They used to work a few months ago but have stopped. (I guess since I upgraded to the patched version mentioned here) but it didn’t work.
I have been using:
wandb.init(project=project, entity=entity, sync_tensorboard=True, config=vars(args),
name=experiment_name,save_code=True, dir=wandb_save_dir, **kwargs)
I tried adding os.environ['WANDB_SAVE_CODE'] = "true"
as mentioned in here #1248
With regards to the weights, they are not getting synced with wandboard for some reason even when the weights are present in the wandb
folder. For that matter, even the config.yaml
, diff.patch
, requirements.txt
, wandb-metadata.json
, wandb-summary.json
, etc. files are not getting synced.
Environment
- OS: Mac OS Mojave
- Python Version: 3.6.10
- Wandb version: 0.10.25
Issue Analytics
- State:
- Created 2 years ago
- Comments:15 (8 by maintainers)
Top Results From Across the Web
[CLI] Code and weights not getting saved on the wandboard.
I have been trying to save the code and the model weights on my project wandboard. They used to work a few months...
Read more >Command Line Interface - Documentation - Weights & Biases
Login to Weights & Biases. offline. Disable W&B sync. online. Enable W&B sync. pull. Pull files from Weights & Biases. restore. Restore code,...
Read more >Untitled
Cadbury world birmingham voucher codes, 12743 landale? ... Zzyzx road stone sour lyrics, Open xbox 1 controller, Wandboard ubuntu gpio, Pb bintang no...
Read more >Untitled
Latias pokemon xy, #China merchants bank swift code, Acuerdos comerciales ecuador, ... Inglis fridge not getting cold, Freecol roads, Allicattt twitter, ...
Read more >Untitled
Iphone 6 screen replacement not working, Rocky road once upon a time, ... Renkus-heinz cfx151 review, Guy code season 4 trailer, Musicmatch 64...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks @nsidn98, I’ve been able to reproduce the bug. We’ll look into getting a fix implemented.
Thanks a lot @vanpelt. Using
--no-sync-tensorboard
worked.