We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc64aaf commit caa0e45Copy full SHA for caa0e45
.gitignore
@@ -4,6 +4,7 @@ __pycache__
4
5
samples
6
7
+*.pth
8
*.png
9
*.jpg
10
*.jpeg
README.md
@@ -0,0 +1 @@
1
+# Autoencoder Project
requirements.txt
@@ -0,0 +1,24 @@
+certifi==2023.7.22
2
+charset-normalizer==3.3.0
3
+contourpy==1.1.1
+cycler==0.12.1
+filelock==3.12.4
+fonttools==4.43.1
+fsspec==2023.9.2
+idna==3.4
+Jinja2==3.1.2
+kiwisolver==1.4.5
11
+MarkupSafe==2.1.3
12
+matplotlib==3.8.0
13
+mpmath==1.3.0
14
+networkx==3.2rc0
15
+numpy==1.26.0
16
+packaging==23.2
17
+Pillow==10.0.1
18
+pyparsing==3.1.1
19
+python-dateutil==2.8.2
20
+requests==2.31.0
21
+six==1.16.0
22
+sympy==1.12
23
+typing_extensions==4.8.0
24
+urllib3==2.0.6
0 commit comments