mnist 파티클 개수 75 -> 150 으로 조정
tensorboard 로 log 분석할 수 있게 수정
pypi 패키지 파일 제거
conda env 파일 tensorflow 2.12 -> 2.11
This commit is contained in:
jung-geun
2023-07-13 21:39:40 +09:00
parent 5494df2bc3
commit 768d3ccee7
22 changed files with 157 additions and 1866 deletions

View File

@@ -9,7 +9,7 @@ import tensorflow as tf
from tensorflow import keras
from tqdm import tqdm
from ..pso.particle import Particle
from pso2keras import Particle
gpus = tf.config.experimental.list_physical_devices("GPU")
if gpus: