Skip to content

Commit d478029

Browse files
committed
Former-commit-id: eb47ffa
2 parents 8db1358 + d577b9d commit d478029

File tree

3 files changed

+119
-27
lines changed

3 files changed

+119
-27
lines changed

Diff for: .vscode/settings.json

-16
This file was deleted.

Diff for: conda_environments/DS-GPU.yml

+119
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
name: DS-GPU
2+
channels:
3+
- defaults
4+
dependencies:
5+
- ca-certificates=2022.4.26=haa95532_0
6+
- certifi=2022.5.18.1=py37haa95532_0
7+
- cudatoolkit=10.0.130=0
8+
- cudnn=7.6.0=cuda10.0_0
9+
- openssl=1.1.1o=h2bbff1b_0
10+
- pip=21.2.4=py37haa95532_0
11+
- python=3.7.13=h6244533_0
12+
- setuptools=61.2.0=py37haa95532_0
13+
- sqlite=3.38.3=h2bbff1b_0
14+
- vc=14.2=h21ff451_1
15+
- vs2015_runtime=14.27.29016=h5e58377_2
16+
- wheel=0.37.1=pyhd3eb1b0_0
17+
- wincertstore=0.2=py37haa95532_2
18+
- pip:
19+
- absl-py==1.1.0
20+
- argon2-cffi==21.3.0
21+
- argon2-cffi-bindings==21.2.0
22+
- astor==0.8.1
23+
- attrs==21.4.0
24+
- backcall==0.2.0
25+
- beautifulsoup4==4.11.1
26+
- bleach==5.0.0
27+
- cffi==1.15.0
28+
- charset-normalizer==2.0.12
29+
- colorama==0.4.4
30+
- debugpy==1.6.0
31+
- decorator==5.1.1
32+
- defusedxml==0.7.1
33+
- entrypoints==0.4
34+
- fastjsonschema==2.15.3
35+
- gast==0.2.2
36+
- google-pasta==0.2.0
37+
- grpcio==1.46.3
38+
- h5py==2.10.0
39+
- idna==3.3
40+
- imageio==2.19.3
41+
- importlib-metadata==4.11.4
42+
- importlib-resources==5.7.1
43+
- ipykernel==6.13.0
44+
- ipython==7.34.0
45+
- ipython-genutils==0.2.0
46+
- ipywidgets==7.7.0
47+
- jedi==0.18.1
48+
- jinja2==3.1.2
49+
- joblib==1.1.0
50+
- jsonschema==4.6.0
51+
- jupyter==1.0.0
52+
- jupyter-client==7.3.1
53+
- jupyter-console==6.4.3
54+
- jupyter-core==4.10.0
55+
- jupyterlab-pygments==0.2.2
56+
- jupyterlab-widgets==1.1.0
57+
- keras-applications==1.0.8
58+
- keras-preprocessing==1.1.2
59+
- markdown==3.3.7
60+
- markupsafe==2.1.1
61+
- matplotlib-inline==0.1.3
62+
- mistune==0.8.4
63+
- nbclient==0.6.4
64+
- nbconvert==6.5.0
65+
- nbformat==5.4.0
66+
- nest-asyncio==1.5.5
67+
- networkx==2.6.3
68+
- notebook==6.4.11
69+
- numpy==1.21.6
70+
- opt-einsum==3.3.0
71+
- packaging==21.3
72+
- pandas==1.3.5
73+
- pandocfilters==1.5.0
74+
- parso==0.8.3
75+
- pickleshare==0.7.5
76+
- pillow==9.1.1
77+
- prometheus-client==0.14.1
78+
- prompt-toolkit==3.0.29
79+
- protobuf==3.19.0
80+
- psutil==5.9.1
81+
- pycparser==2.21
82+
- pygments==2.12.0
83+
- pyparsing==3.0.9
84+
- pyrsistent==0.18.1
85+
- python-dateutil==2.8.2
86+
- pytz==2022.1
87+
- pywavelets==1.3.0
88+
- pywin32==304
89+
- pywinpty==2.0.5
90+
- pyzmq==23.1.0
91+
- qtconsole==5.3.0
92+
- qtpy==2.1.0
93+
- requests==2.28.0
94+
- scikit-image==0.19.2
95+
- scikit-learn==1.0.2
96+
- scipy==1.7.3
97+
- send2trash==1.8.0
98+
- six==1.16.0
99+
- soupsieve==2.3.2.post1
100+
- tensorboard==1.15.0
101+
- tensorflow-estimator==1.15.1
102+
- tensorflow-gpu==1.15.0
103+
- termcolor==1.1.0
104+
- terminado==0.15.0
105+
- threadpoolctl==3.1.0
106+
- tifffile==2021.11.2
107+
- tinycss2==1.1.1
108+
- tornado==6.1
109+
- tqdm==4.64.0
110+
- traitlets==5.2.2.post1
111+
- typing-extensions==4.2.0
112+
- urllib3==1.26.9
113+
- wcwidth==0.2.5
114+
- webencodings==0.5.1
115+
- werkzeug==2.1.2
116+
- widgetsnbextension==3.6.0
117+
- wrapt==1.14.1
118+
- zipp==3.8.0
119+
prefix: C:\Users\free_\Anaconda3\envs\DS-GPU

Diff for: test/test.py

-11
This file was deleted.

0 commit comments

Comments
 (0)