diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-10 12:25:30 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-10 12:25:30 +0530 |
commit | 4b48546cea6c894d735f6c9e9d271f4f6a15a57e (patch) | |
tree | 281b44444a0b23be780ef2cff82e30a5665ae0f3 /config.ini | |
parent | 2f0d88120f358afd9f2780eaadf1eaf82a681a0b (diff) |
updated Readme to tell about config.ini
Also, moved away from hard-coding tfWorking value
Diffstat (limited to 'config.ini')
-rw-r--r-- | config.ini | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -20,4 +20,7 @@ UPLOAD_FOLDER = ./app/static/uploads LOG_FOLDER = ./app/logs/ [EXECUTION] -INSTANT = True
\ No newline at end of file +INSTANT = True + +[FEATURES] +LSTM = False
\ No newline at end of file |