diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2021-01-13 10:59:59 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2021-01-13 10:59:59 +0800 |
commit | 8ee391b65e2b48d777a268749f54b3aa9e4b9142 (patch) | |
tree | 85bea16f0c95722ae3c3b37c5ebd0d50800432e6 /.idea/gait-recognition.iml | |
parent | abb6989683829f12bf43ff19580444bf3396ac44 (diff) |
Add multiple checkpoints for different model and set default config value
Diffstat (limited to '.idea/gait-recognition.iml')
-rw-r--r-- | .idea/gait-recognition.iml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.idea/gait-recognition.iml b/.idea/gait-recognition.iml index e175a98..79e2f3e 100644 --- a/.idea/gait-recognition.iml +++ b/.idea/gait-recognition.iml @@ -5,7 +5,7 @@ <excludeFolder url="file://$MODULE_DIR$/venv" /> <excludeFolder url="file://$MODULE_DIR$/data" /> </content> - <orderEntry type="inheritedJdk" /> + <orderEntry type="jdk" jdkName="Python 3.9 (gait-recognition)" jdkType="Python SDK" /> <orderEntry type="sourceFolder" forTests="false" /> </component> <component name="PyDocumentationSettings"> |