Better APIs for good ole WandB
- Just import 
wandbbqand usewandbbq.initinstead ofwandb.init. - If executing an offline run, upon program terination a 
wandb syncjob will be launched to sync your run automatically. - If the env var 
WANDBBQ_RELAYis defined asuser@ip,wandb syncwill be executed over ssh on the provided relay (useful for computing clusters with no internet connection on compute nodes). 
- The optional relay node must be capable of accessing the same wandb run folder at the same address.
 - No fallback if the sync node has no internet.
 - No upload of intermediate products (will implement sometimes later).