Skip to content

Commit f2e173f

Browse files
feat: create settings file
1 parent caa0e45 commit f2e173f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

settings/settings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
DATA_PATH = './data/train'
2+
VALID_DATA_PATH = './data/valid'
3+
PATH_SAVED_MODEL = './autoencoder_model.pth'

0 commit comments

Comments
 (0)