Add EmoSet training and evaluation

This commit is contained in:
zin
2026-01-13 10:00:04 +00:00
parent ea505b4f9c
commit 00a8472c8d
547 changed files with 62318 additions and 0 deletions

28
pyproject.toml Normal file
View File

@@ -0,0 +1,28 @@
[project]
name = "thesis"
version = "0.0.1"
description = "Моя диссертационная работа"
authors = [
{name = "Zin"}
]
readme = "README.md"
requires-python = ">=3.11,<3.15"
dependencies = [
"torch (==2.9.1)",
"torchvision (==0.24.1)",
"matplotlib (>=3.10.8,<4.0.0)",
"jupyterlab (>=4.5.1,<5.0.0)",
"ipykernel (>=7.1.0,<8.0.0)",
"torchaudio (>=2.9.1,<3.0.0)",
"numpy (>=2.4.1,<3.0.0)",
"pandas (>=2.3.3,<3.0.0)",
"scikit-learn (>=1.8.0,<2.0.0)",
"tqdm (>=4.67.1,<5.0.0)",
"jupyter (>=1.1.1,<2.0.0)",
"findingemo-light (>=1.0.0,<2.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"