mirror of
https://github.com/jung-geun/PSO.git
synced 2025-12-20 04:50:45 +09:00
mnist 파티클 개수 75 -> 150 으로 조정 tensorboard 로 log 분석할 수 있게 수정 pypi 패키지 파일 제거 conda env 파일 tensorflow 2.12 -> 2.11
17 lines
273 B
YAML
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
|