[README] - update faces_sub_image entry; bump N_HID to 256
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -14,7 +14,7 @@ STRIDE = 16 # 50% overlap; set equal to PATCH for non-overlapping
|
||||
GRAYSCALE = False # reassigned in __main__ when --grayscale is set
|
||||
N_CH = 1 if GRAYSCALE else 3
|
||||
N_VIS = N_CH * PATCH * PATCH # 1024 grayscale / 3072 colour
|
||||
N_HID = 128
|
||||
N_HID = 256
|
||||
N_IMAGES = 50
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user