implemented dinounet

This commit is contained in:
Senstella
2025-09-26 00:29:06 +09:00
commit 7213dc1992
9 changed files with 939 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "cloud-removal"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"einops>=0.8.1",
"torch>=2.8.0",
"transformers>=4.56.2",
]