pso2keras pypi 패키지 생성
iris xor 검증 자료 수정
This commit is contained in:
jung-geun
2023-07-12 19:31:54 +09:00
parent 7d22ededc7
commit 5494df2bc3
25 changed files with 1718 additions and 60 deletions

View File

@@ -4,7 +4,7 @@ on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
max-parallel: 5
@@ -21,3 +21,5 @@ jobs:
- name: Install dependencies
run: |
conda env create --file environment.yaml --name pso
conda activate pso
python mnist.py