Skip to content

Commit caa0e45

Browse files
feat: create branch develop
1 parent dc64aaf commit caa0e45

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ __pycache__
44

55
samples
66

7+
*.pth
78
*.png
89
*.jpg
910
*.jpeg

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Autoencoder Project

requirements.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
certifi==2023.7.22
2+
charset-normalizer==3.3.0
3+
contourpy==1.1.1
4+
cycler==0.12.1
5+
filelock==3.12.4
6+
fonttools==4.43.1
7+
fsspec==2023.9.2
8+
idna==3.4
9+
Jinja2==3.1.2
10+
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

Comments
 (0)