mirror of
https://github.com/facebookresearch/deit.git
synced 2025-06-03 14:52:20 +08:00
update wandb cfg
This commit is contained in:
parent
bbf3c5fae1
commit
239eb9bc78
5
main.py
5
main.py
@ -30,6 +30,11 @@ import utils
|
|||||||
|
|
||||||
import wandb
|
import wandb
|
||||||
|
|
||||||
|
import os
|
||||||
|
os.environ['WANDB_DIR'] = os.getcwd() + "/wandb/"
|
||||||
|
os.environ['WANDB_CACHE_DIR'] = os.getcwd() + "/wandb/.cache/"
|
||||||
|
os.environ['WANDB_CONFIG_DIR'] = os.getcwd() + "/wandb/.config/"
|
||||||
|
|
||||||
|
|
||||||
def get_args_parser():
|
def get_args_parser():
|
||||||
parser = argparse.ArgumentParser('DeiT training and evaluation script', add_help=False)
|
parser = argparse.ArgumentParser('DeiT training and evaluation script', add_help=False)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user