Open semihcanturk opened 3 years ago
(venv) semo@Semihs-MBP examples % python ./mnist_classifier.py
INFO:root:Name your run in the pop-up window!
2021-06-22 19:24:46.325 Python[63047:1596096] ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/5v/46r9twcn0llf15_5bfw368_w0000gn/T/org.python.python.savedState
experiment_id: no_id
http://localhost:6006
wandb: Currently logged in as: semo (use `wandb login --relogin` to force relogin)
Problem at: /Users/semo/venv/lib/python3.8/site-packages/experiment_buddy/experiment_buddy.py 88 __init__
Traceback (most recent call last):
File "/Users/semo/venv/lib/python3.8/site-packages/wandb/sdk/wandb_init.py", line 757, in init
run = wi.init()
File "/Users/semo/venv/lib/python3.8/site-packages/wandb/sdk/wandb_init.py", line 520, in init
backend.cleanup()
File "/Users/semo/venv/lib/python3.8/site-packages/wandb/sdk/backend/backend.py", line 167, in cleanup
self.interface.join()
File "/Users/semo/venv/lib/python3.8/site-packages/wandb/sdk/interface/interface.py", line 836, in join
_ = self._communicate(record)
File "/Users/semo/venv/lib/python3.8/site-packages/wandb/sdk/interface/interface.py", line 545, in _communicate
return self._communicate_async(rec, local=local).get(timeout=timeout)
File "/Users/semo/venv/lib/python3.8/site-packages/wandb/sdk/interface/interface.py", line 550, in _communicate_async
raise Exception("The wandb backend process has shutdown")
Exception: The wandb backend process has shutdown
wandb: ERROR Abnormal program exit
Traceback (most recent call last):
File "/Users/semo/venv/lib/python3.8/site-packages/wandb/sdk/wandb_init.py", line 757, in init
run = wi.init()
File "/Users/semo/venv/lib/python3.8/site-packages/wandb/sdk/wandb_init.py", line 520, in init
backend.cleanup()
File "/Users/semo/venv/lib/python3.8/site-packages/wandb/sdk/backend/backend.py", line 167, in cleanup
self.interface.join()
File "/Users/semo/venv/lib/python3.8/site-packages/wandb/sdk/interface/interface.py", line 836, in join
_ = self._communicate(record)
File "/Users/semo/venv/lib/python3.8/site-packages/wandb/sdk/interface/interface.py", line 545, in _communicate
return self._communicate_async(rec, local=local).get(timeout=timeout)
File "/Users/semo/venv/lib/python3.8/site-packages/wandb/sdk/interface/interface.py", line 550, in _communicate_async
raise Exception("The wandb backend process has shutdown")
Exception: The wandb backend process has shutdown
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "./mnist_classifier.py", line 32, in <module>
import config
File "/Users/semo/examples/config.py", line 28, in <module>
tensorboard = experiment_buddy.deploy(host=os.environ.get('BUDDY_HOST', ""), sweep_yaml="")
File "/Users/semo/venv/lib/python3.8/site-packages/experiment_buddy/experiment_buddy.py", line 211, in deploy
return WandbWrapper(f"{experiment_id}_{dtm}", local_tensorboard=_setup_tb(logdir=tb_dir), **common_kwargs)
File "/Users/semo/venv/lib/python3.8/site-packages/experiment_buddy/experiment_buddy.py", line 88, in __init__
self.run = wandb.init(name=experiment_id, **wandb_kwargs)
File "/Users/semo/venv/lib/python3.8/site-packages/wandb/sdk/wandb_init.py", line 794, in init
six.raise_from(Exception("problem"), error_seen)
File "<string>", line 3, in raise_from
Exception: problem
(venv) semo@Semihs-MBP examples % wandb
Usage: wandb [OPTIONS] COMMAND [ARGS]...
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
agent Run the W&B agent
artifact Commands for interacting with artifacts
controller Run the W&B local sweep controller
disabled Disable W&B.
docker W&B docker lets you run your code in a docker image...
docker-run Simple wrapper for `docker run` which adds WANDB_API_KEY...
enabled Enable W&B.
init Configure a directory with Weights & Biases
local Launch local W&B container (Experimental)
login Login to Weights & Biases
offline Disable W&B sync
online Enable W&B sync
pull Pull files from Weights & Biases
restore Restore code, config and docker state for a run
status Show configuration settings
sweep Create a sweep
sync Upload an offline training directory to W&B
verify Verify your local instance
(venv) semo@Semihs-MBP examples % wandb verify
Default host selected: https://api.wandb.ai
❌
Cannot run wandb verify against api.wandb.ai