mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-16 10:03:41 -07:00
min 1.5gb for H64
This commit is contained in:
parent
9f48b2c87a
commit
d5f5a35945
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Model(ModelBase):
|
|||
|
||||
#override
|
||||
def onInitialize(self, **in_options):
|
||||
self.set_vram_batch_requirements( {2:2,3:4,4:8,5:16,6:32,7:32,8:32,9:48} )
|
||||
self.set_vram_batch_requirements( {1.5:2,2:2,3:4,4:8,5:16,6:32,7:32,8:32,9:48} )
|
||||
|
||||
ae_input_layer = self.keras.layers.Input(shape=(64, 64, 3))
|
||||
mask_layer = self.keras.layers.Input(shape=(64, 64, 1)) #same as output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue