Skip to content

Commit

Permalink
clean up .env.tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
KeAWang committed Mar 1, 2022
1 parent 3362a7a commit c924dc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
5 changes: 1 addition & 4 deletions .env.tmp
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 0 additions & 6 deletions configs/architecture/dense_net.yaml

This file was deleted.

0 comments on commit c924dc0

Please sign in to comment.