diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2022-03-17 20:10:42 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2022-03-17 20:10:42 +0800 |
commit | 9b2c25d3c927b7533e5d7d9665b67962e4c6934b (patch) | |
tree | b4a80004ffdfe8165f5f8d077afb8b054d4472ce /.idea | |
parent | 568569c764ffdd73cd660434df50d30d26203f63 (diff) |
Move some utils to libs directory
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/contrastive-learning.iml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.idea/contrastive-learning.iml b/.idea/contrastive-learning.iml index af873e6..728ebac 100644 --- a/.idea/contrastive-learning.iml +++ b/.idea/contrastive-learning.iml @@ -12,4 +12,11 @@ <orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="library" name="Python 3.10 interpreter library" level="application" /> </component> + <component name="PyNamespacePackagesService"> + <option name="namespacePackageFolders"> + <list> + <option value="$MODULE_DIR$/supervised" /> + </list> + </option> + </component> </module>
\ No newline at end of file |