diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2022-03-15 17:29:40 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2022-03-15 17:29:40 +0800 |
commit | d7751c46315a6126950a283d8a32a8d14686ded2 (patch) | |
tree | 05f2d96e0a34b09d7d1fe45735d96c9d075e600e /.idea/contrastive-learning.iml |
Add supervised baseline on CIFAR10
Diffstat (limited to '.idea/contrastive-learning.iml')
-rw-r--r-- | .idea/contrastive-learning.iml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.idea/contrastive-learning.iml b/.idea/contrastive-learning.iml new file mode 100644 index 0000000..af873e6 --- /dev/null +++ b/.idea/contrastive-learning.iml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="JAVA_MODULE" version="4"> + <component name="FacetManager"> + <facet type="Python" name="Python"> + <configuration sdkName="Python 3.10" /> + </facet> + </component> + <component name="NewModuleRootManager" inherit-compiler-output="true"> + <exclude-output /> + <content url="file://$MODULE_DIR$" /> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="library" name="Python 3.10 interpreter library" level="application" /> + </component> +</module>
\ No newline at end of file |