Files
PSO/conda_env/environment.yaml
jung-geun 32f4b8e6ed 23-07-18
requirements 파일 수정
2023-07-18 10:44:41 +09:00

16 lines
252 B
YAML

name: pso
channels:
- conda-forge
- defaults
dependencies:
- cudatoolkit=11.2
- cudnn=8.1.0
- pandas=1.5.3
- pip=23.0.1
- python=3.9.16
- tqdm=4.65.0
- pip:
- numpy==1.25.0
- tensorflow==2.11.0
- tensorboard==2.11.0