Skip to content

Commit 7d4bb33

Browse files
authored
Update config.py
changed the default value of 'depth' to 4
1 parent 1560c64 commit 7d4bb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
debug_dir = 'debug'
1616

1717
# depth of UNet
18-
depth = 5 # try decreasing the depth value if there is a memory error
18+
depth = 4 # try decreasing the depth value if there is a memory error
1919

2020
# text file to get text from
2121
txt_file_dir = 'shitty_text.txt'

0 commit comments

Comments
 (0)