mirror of https://github.com/facebookresearch/deit
update wandb cfg
parent
bbf3c5fae1
commit
239eb9bc78
5
main.py
5
main.py
|
@ -30,6 +30,11 @@ import utils
|
|||
|
||||
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():
|
||||
parser = argparse.ArgumentParser('DeiT training and evaluation script', add_help=False)
|
||||
|
|
Loading…
Reference in New Issue