mirror of
https://github.com/Deepshift/DeepCreamPy.git
synced 2025-04-16 05:43:10 +00:00
added comment about batch_size
This commit is contained in:
parent
3cdf350e18
commit
018c86c959
@ -11,6 +11,7 @@ from model import Model
|
|||||||
from poisson_blend import blend
|
from poisson_blend import blend
|
||||||
from config import *
|
from config import *
|
||||||
|
|
||||||
|
#TODO: allow variable batch sizes when decensoring. changing BATCH_SIZE will likely result in crashing
|
||||||
BATCH_SIZE = 1
|
BATCH_SIZE = 1
|
||||||
|
|
||||||
mask_color = [0, 255, 0]
|
mask_color = [0, 255, 0]
|
||||||
@ -81,5 +82,4 @@ def get_mask(x_batch):
|
|||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
if not os.path.exists(args.decensor_output_path):
|
if not os.path.exists(args.decensor_output_path):
|
||||||
os.makedirs(args.decensor_output_path)
|
os.makedirs(args.decensor_output_path)
|
||||||
decensor(args)
|
decensor(args)
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user