Skip to content

Commit

Permalink
__doc__
Browse files Browse the repository at this point in the history
  • Loading branch information
Tohrusky committed Apr 20, 2023
1 parent 937ee41 commit 5093280
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/realesrgan_ncnn_vulkan.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@

class Realesrgan:
"""
:param gpuid int: gpu device to use
:param tta_mode bool: enable test time argumentation
:param tilesize int: tile size
:param gpuid: gpu device to use, cpu is not supported yet
:param tta_mode: enable test time argumentation
:param tilesize: tile size, 0 for auto, must >= 32
:param model: realesrgan model, 0 for default, -1 for custom load
"""

Expand Down

0 comments on commit 5093280

Please sign in to comment.