env.yaml 추가 - 가상환경 생성하기 간편하게 하기 위해 추가
This commit is contained in:
jung-geun
2023-06-11 14:45:01 +00:00
parent 1662d58f05
commit 34729e9b33
6 changed files with 75 additions and 8 deletions

View File

@@ -70,7 +70,7 @@ if __name__ == "__main__":
pso_mnist = Optimizer(
model,
loss=loss[0],
n_particles=200,
n_particles=50,
c0=0.35,
c1=0.8,
w_min=0.7,