Skip to content

Commit

Permalink
feat: support DAT (#22)
Browse files Browse the repository at this point in the history
* implement DAT.

* feat: support DAT

* fix: Do not use mutable data structures for argument defaults

---------

Co-authored-by: Tohrusky <[email protected]>
  • Loading branch information
routineLife1 and Tohrusky authored Nov 9, 2024
1 parent 5a360ae commit d26d854
Show file tree
Hide file tree
Showing 10 changed files with 1,313 additions and 0 deletions.
1 change: 1 addition & 0 deletions ccrestoration/arch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
from ccrestoration.arch.iconvsr_arch import IconVSR # noqa
from ccrestoration.arch.msrswvsr_arch import MSRSWVSR # noqa
from ccrestoration.arch.scunet_arch import SCUNet # noqa
from ccrestoration.arch.dat_arch import DAT # noqa
Loading

0 comments on commit d26d854

Please sign in to comment.