Skip to content

Commit 2d72dc2

Browse files
committedAug 26, 2024
fix the bug of requirements
1 parent d0d6c3e commit 2d72dc2

File tree

3 files changed

+92
-67
lines changed

3 files changed

+92
-67
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Three samples of online characters with writing orders
5757
conda create -n sdt python=3.8 -y
5858
conda activate sdt
5959
# install all dependencies
60-
pip install -r requirements.txt
60+
conda env create -f environment.yml
6161
```
6262

6363
## 📂 Folder Structure

‎environment.yml

+91
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
name: test
2+
channels:
3+
- pytorch
4+
- nvidia
5+
- defaults
6+
dependencies:
7+
- _libgcc_mutex=0.1=main
8+
- _openmp_mutex=5.1=1_gnu
9+
- blas=1.0=mkl
10+
- brotli-python=1.0.9=py38h6a678d5_8
11+
- bzip2=1.0.8=h5eee18b_6
12+
- ca-certificates=2024.3.11=h06a4308_0
13+
- certifi=2024.6.2=py38h06a4308_0
14+
- charset-normalizer=2.0.4=pyhd3eb1b0_0
15+
- cuda-cudart=11.7.99=0
16+
- cuda-cupti=11.7.101=0
17+
- cuda-libraries=11.7.1=0
18+
- cuda-nvrtc=11.7.99=0
19+
- cuda-nvtx=11.7.91=0
20+
- cuda-runtime=11.7.1=0
21+
- cuda-version=12.5=3
22+
- ffmpeg=4.3=hf484d3e_0
23+
- freetype=2.12.1=h4a9f257_0
24+
- gmp=6.2.1=h295c915_3
25+
- gnutls=3.6.15=he1e5248_0
26+
- idna=3.7=py38h06a4308_0
27+
- intel-openmp=2023.1.0=hdb19cb5_46306
28+
- jpeg=9e=h5eee18b_1
29+
- lame=3.100=h7b6447c_0
30+
- lcms2=2.12=h3be6417_0
31+
- ld_impl_linux-64=2.38=h1181459_1
32+
- lerc=3.0=h295c915_0
33+
- libcublas=11.10.3.66=0
34+
- libcufft=10.7.2.124=h4fbf590_0
35+
- libcufile=1.10.0.4=0
36+
- libcurand=10.3.6.39=0
37+
- libcusolver=11.4.0.1=0
38+
- libcusparse=11.7.4.91=0
39+
- libdeflate=1.17=h5eee18b_1
40+
- libffi=3.4.4=h6a678d5_1
41+
- libgcc-ng=11.2.0=h1234567_1
42+
- libgomp=11.2.0=h1234567_1
43+
- libiconv=1.16=h5eee18b_3
44+
- libidn2=2.3.4=h5eee18b_0
45+
- libnpp=11.7.4.75=0
46+
- libnvjpeg=11.8.0.2=0
47+
- libpng=1.6.39=h5eee18b_0
48+
- libstdcxx-ng=11.2.0=h1234567_1
49+
- libtasn1=4.19.0=h5eee18b_0
50+
- libtiff=4.5.1=h6a678d5_0
51+
- libunistring=0.9.10=h27cfd23_0
52+
- libwebp-base=1.3.2=h5eee18b_0
53+
- lz4-c=1.9.4=h6a678d5_1
54+
- mkl=2023.1.0=h213fc3f_46344
55+
- mkl-service=2.4.0=py38h5eee18b_1
56+
- mkl_fft=1.3.8=py38h5eee18b_0
57+
- mkl_random=1.2.4=py38hdb19cb5_0
58+
- ncurses=6.4=h6a678d5_0
59+
- nettle=3.7.3=hbbd107a_1
60+
- numpy=1.24.3=py38hf6e8229_1
61+
- numpy-base=1.24.3=py38h060ed82_1
62+
- openh264=2.1.1=h4ff587b_0
63+
- openjpeg=2.4.0=h9ca470c_1
64+
- openssl=3.0.14=h5eee18b_0
65+
- pillow=10.3.0=py38h5eee18b_0
66+
- pip=24.0=py38h06a4308_0
67+
- pysocks=1.7.1=py38h06a4308_0
68+
- python=3.8.19=h955ad1f_0
69+
- pytorch=1.13.0=py3.8_cuda11.7_cudnn8.5.0_0
70+
- pytorch-cuda=11.7=h778d358_5
71+
- pytorch-mutex=1.0=cuda
72+
- readline=8.2=h5eee18b_0
73+
- requests=2.32.2=py38h06a4308_0
74+
- setuptools=69.5.1=py38h06a4308_0
75+
- sqlite=3.45.3=h5eee18b_0
76+
- tbb=2021.8.0=hdb19cb5_0
77+
- tk=8.6.14=h39e8969_0
78+
- torchaudio=0.13.0=py38_cu117
79+
- torchvision=0.14.0=py38_cu117
80+
- typing_extensions=4.11.0=py38h06a4308_0
81+
- urllib3=2.2.2=py38h06a4308_0
82+
- wheel=0.43.0=py38h06a4308_0
83+
- xz=5.4.6=h5eee18b_1
84+
- zlib=1.2.13=h5eee18b_1
85+
- zstd=1.5.5=hc292b87_2
86+
- pip:
87+
- easydict==1.13
88+
- einops==0.8.0
89+
- lmdb==1.5.1
90+
- opencv-python==4.5.2.54
91+
prefix: /home/daigang/miniconda3/envs/test

‎requirements.txt

-66
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.