Files
PSO/conda_env/environment.yaml
jung-geun 768d3ccee7 23-07-13
mnist 파티클 개수 75 -> 150 으로 조정
tensorboard 로 log 분석할 수 있게 수정
pypi 패키지 파일 제거
conda env 파일 tensorflow 2.12 -> 2.11
2023-07-13 21:39:40 +09:00

17 lines
273 B
YAML

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