Skip to content

Commit 4cd7560

Browse files
authored
added depth parameter in config.py
1 parent 30c30b0 commit 4cd7560

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
noisy_dir = 'noisy'
1515
debug_dir = 'debug'
1616

17+
# depth of UNet
18+
depth = 5 # try decreasing the depth value if there is a memory error
19+
1720
# text file to get text from
1821
txt_file_dir = 'shitty_text.txt'
1922

0 commit comments

Comments
 (0)