shaoan xie commited on
Commit
ec2be28
1 Parent(s): d124f41

requirements

Browse files
.idea/hug_concept_demo.iml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="PYTHON_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$" />
5
+ <orderEntry type="jdk" jdkName="Python 3.9" jdkType="Python SDK" />
6
+ <orderEntry type="sourceFolder" forTests="false" />
7
+ </component>
8
+ <component name="PyDocumentationSettings">
9
+ <option name="format" value="PLAIN" />
10
+ <option name="myDocStringFormat" value="Plain" />
11
+ </component>
12
+ </module>
.idea/inspectionProfiles/Project_Default.xml ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <component name="InspectionProjectProfileManager">
2
+ <profile version="1.0">
3
+ <option name="myName" value="Project Default" />
4
+ <inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
5
+ <option name="ignoredPackages">
6
+ <value>
7
+ <list size="13">
8
+ <item index="0" class="java.lang.String" itemvalue="torchmetrics" />
9
+ <item index="1" class="java.lang.String" itemvalue="scipy" />
10
+ <item index="2" class="java.lang.String" itemvalue="pytorch-fid" />
11
+ <item index="3" class="java.lang.String" itemvalue="torch" />
12
+ <item index="4" class="java.lang.String" itemvalue="numpy" />
13
+ <item index="5" class="java.lang.String" itemvalue="torchvision" />
14
+ <item index="6" class="java.lang.String" itemvalue="lmdb" />
15
+ <item index="7" class="java.lang.String" itemvalue="lpips" />
16
+ <item index="8" class="java.lang.String" itemvalue="tqdm" />
17
+ <item index="9" class="java.lang.String" itemvalue="pandas" />
18
+ <item index="10" class="java.lang.String" itemvalue="pytorch-lightning" />
19
+ <item index="11" class="java.lang.String" itemvalue="ftfy" />
20
+ <item index="12" class="java.lang.String" itemvalue="regex" />
21
+ </list>
22
+ </value>
23
+ </option>
24
+ </inspection_tool>
25
+ </profile>
26
+ </component>
.idea/inspectionProfiles/profiles_settings.xml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ <component name="InspectionProjectProfileManager">
2
+ <settings>
3
+ <option name="USE_PROJECT_PROFILE" value="false" />
4
+ <version value="1.0" />
5
+ </settings>
6
+ </component>
.idea/misc.xml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9" project-jdk-type="Python SDK" />
4
+ </project>
.idea/modules.xml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/hug_concept_demo.iml" filepath="$PROJECT_DIR$/.idea/hug_concept_demo.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="" vcs="Git" />
5
+ </component>
6
+ </project>
dnnlib/__pycache__/__init__.cpython-311.pyc CHANGED
Binary files a/dnnlib/__pycache__/__init__.cpython-311.pyc and b/dnnlib/__pycache__/__init__.cpython-311.pyc differ
 
dnnlib/__pycache__/util.cpython-311.pyc CHANGED
Binary files a/dnnlib/__pycache__/util.cpython-311.pyc and b/dnnlib/__pycache__/util.cpython-311.pyc differ
 
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ torch~=2.1.0
2
+ numpy~=1.26.1
3
+ requests~=2.31.0
4
+ torchvision~=0.16.0
5
+ Pillow~=10.1.0
6
+ scipy~=1.11.3
7
+ psutil~=6.0.0
torch_utils/__pycache__/__init__.cpython-311.pyc CHANGED
Binary files a/torch_utils/__pycache__/__init__.cpython-311.pyc and b/torch_utils/__pycache__/__init__.cpython-311.pyc differ
 
torch_utils/__pycache__/custom_ops.cpython-311.pyc CHANGED
Binary files a/torch_utils/__pycache__/custom_ops.cpython-311.pyc and b/torch_utils/__pycache__/custom_ops.cpython-311.pyc differ
 
torch_utils/__pycache__/misc.cpython-311.pyc CHANGED
Binary files a/torch_utils/__pycache__/misc.cpython-311.pyc and b/torch_utils/__pycache__/misc.cpython-311.pyc differ
 
torch_utils/__pycache__/persistence.cpython-311.pyc CHANGED
Binary files a/torch_utils/__pycache__/persistence.cpython-311.pyc and b/torch_utils/__pycache__/persistence.cpython-311.pyc differ
 
torch_utils/ops/__pycache__/__init__.cpython-311.pyc CHANGED
Binary files a/torch_utils/ops/__pycache__/__init__.cpython-311.pyc and b/torch_utils/ops/__pycache__/__init__.cpython-311.pyc differ
 
torch_utils/ops/__pycache__/bias_act.cpython-311.pyc CHANGED
Binary files a/torch_utils/ops/__pycache__/bias_act.cpython-311.pyc and b/torch_utils/ops/__pycache__/bias_act.cpython-311.pyc differ
 
torch_utils/ops/__pycache__/conv2d_gradfix.cpython-311.pyc CHANGED
Binary files a/torch_utils/ops/__pycache__/conv2d_gradfix.cpython-311.pyc and b/torch_utils/ops/__pycache__/conv2d_gradfix.cpython-311.pyc differ
 
torch_utils/ops/__pycache__/conv2d_resample.cpython-311.pyc CHANGED
Binary files a/torch_utils/ops/__pycache__/conv2d_resample.cpython-311.pyc and b/torch_utils/ops/__pycache__/conv2d_resample.cpython-311.pyc differ
 
torch_utils/ops/__pycache__/fma.cpython-311.pyc CHANGED
Binary files a/torch_utils/ops/__pycache__/fma.cpython-311.pyc and b/torch_utils/ops/__pycache__/fma.cpython-311.pyc differ
 
torch_utils/ops/__pycache__/grid_sample_gradfix.cpython-311.pyc CHANGED
Binary files a/torch_utils/ops/__pycache__/grid_sample_gradfix.cpython-311.pyc and b/torch_utils/ops/__pycache__/grid_sample_gradfix.cpython-311.pyc differ
 
torch_utils/ops/__pycache__/upfirdn2d.cpython-311.pyc CHANGED
Binary files a/torch_utils/ops/__pycache__/upfirdn2d.cpython-311.pyc and b/torch_utils/ops/__pycache__/upfirdn2d.cpython-311.pyc differ