pretty-dawn-3
Jzhao's workspace
2
Expand 2 lines ... | |||||
3 | run = wandb.init(project="log_code") | 3 | run = wandb.init(project="log_code") | ||
4 | 4 | ||||
5 | for i in range(0,100): | 5 | for i in range(0,100): | ||
6 | - | run.log({"acc": 0. | 6 | + | run.log({"acc": 0. |
7 | 7 | ||||
8 | run.log_code(include_fn = lambda path, root: path == "/Users/jzhao/code/jzhao-test/test_log_code.py") | 8 | run.log_code(include_fn = lambda path, root: path == "/Users/jzhao/code/jzhao-test/test_log_code.py") |