Add a new method: Naive CNN

This commit is contained in:
2023-11-17 07:01:58 +00:00
parent af858756bb
commit 3fcf73fcad
5 changed files with 229 additions and 0 deletions

View File

@ -19,3 +19,6 @@ pytest = "^7.4.0"
pytest-cov = "^4.1.0"
openai = "^1.2.0,<1.3.0"
colorama = "^0.4.4"
gensim = "^4.3.2"
tqdm = "^4.62.3"
torch = "^1.13.1,<2.0.0"