From c924dc055ac4f11135ebad33d2124b5a2d7adf62 Mon Sep 17 00:00:00 2001 From: Alex Wang Date: Mon, 28 Feb 2022 21:48:08 -0800 Subject: [PATCH] clean up .env.tmp --- .env.tmp | 5 +---- configs/architecture/dense_net.yaml | 6 ------ 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 configs/architecture/dense_net.yaml diff --git a/.env.tmp b/.env.tmp index b793a1d..43e4119 100644 --- a/.env.tmp +++ b/.env.tmp @@ -2,11 +2,8 @@ # `.env` will be excluded from version control # you can store here all your system specific environment variables like this: -#PERSONAL_DIR="" # set this to overwrite the system's PERSONAL_DIR environment variable +#PERSONAL_DIR="" # set this to overwrite the system's PERSONAL_DIR environment variable. For example "/home/user/repo-directory" DATA_DIR="${PERSONAL_DIR}/data_dir" -SIMCLR_CKPT_DIR="${PERSONAL_DIR}/simclr_ckpts" TORCHVISION_CKPT_DIR="${PERSONAL_DIR}/torchvision_ckpts" -HUGGINGFACE_MODEL_CACHE_DIR="${PERSONAL_DIR}/huggingface_model_cache_dir" -HUGGINGFACE_TOKENIZER_CACHE_DIR="${PERSONAL_DIR}/huggingface_tokenizer_cache_dir" # these variables are loaded automatically in run.py diff --git a/configs/architecture/dense_net.yaml b/configs/architecture/dense_net.yaml deleted file mode 100644 index 85c2a6d..0000000 --- a/configs/architecture/dense_net.yaml +++ /dev/null @@ -1,6 +0,0 @@ -_target_: src.architectures.densenet.DenseNet -arch: null -input_size: [3, 224, 224] -output_size: null -pretrained: True -ckpt_dir: ${oc.env:TORCHVISION_CKPT_DIR}