Skip to content

Commit

Permalink
Adds local config and removes it from gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joakim committed Nov 22, 2021
1 parent f824cf4 commit 43c1190
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ workspace
*debug*
visualization
checkpoints
local_config.py
logs
*.tar
plots
10 changes: 10 additions & 0 deletions local_config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@


config = {
'workspace_path': "/workspace/DGPNet",
'plot_path': "/workspace/DGPNet/plots",
'visualization_path': "/workspace/DGPNet/visualization",
'checkpoint_path': "/workspace/DGPNet/checkpoints",
'pascal_path': "/my_data/pascal",
'coco_path': "/my_data/coco",
}

0 comments on commit 43c1190

Please sign in to comment.