pypi 0.1.4 업데이트
keras 의 메모리 누수를 어느정도 해결했으나 아직 완벽히 해결이 되지 않음
입력 데이터를 tensor 형태로 변환해주어 넣는 방식으로 전환
This commit is contained in:
jung-geun
2023-07-21 15:20:24 +09:00
parent 23176bafb2
commit 99b1de3f82
9 changed files with 96 additions and 68 deletions

View File

@@ -12,16 +12,14 @@ setup(
author_email="jgbong0306@gmail.com",
url="https://github.com/jung-geun/PSO",
install_requires=[
"tqdm==4.65.0",
"tensorflow==2.11.1",
"tensorboard==2.11.2",
"tqdm",
"numpy",
"pandas",
"ipython",
],
packages=find_packages(exclude=[]),
keywords=["pso", "tensorflow", "keras"],
python_requires="==3.8",
python_requires="==3.9",
package_data={},
zip_safe=False,
long_description=open("README.md", encoding="UTF8").read(),