Add EmoSet training and evaluation
This commit is contained in:
28
pyproject.toml
Normal file
28
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user