Temporarily disabled save images
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -274,8 +274,7 @@ def _predict_loop(generator: Generator, use_dropout: bool, steps_per_epoch: int,
|
|||||||
else:
|
else:
|
||||||
predictions = vanilla_step(inputs)
|
predictions = vanilla_step(inputs)
|
||||||
|
|
||||||
save_images(inputs, predictions)
|
# save_images(inputs, predictions)
|
||||||
print("test")
|
|
||||||
print((
|
print((
|
||||||
f"Input shape: {inputs.shape}"
|
f"Input shape: {inputs.shape}"
|
||||||
f"Predictions shape: {predictions.shape}"
|
f"Predictions shape: {predictions.shape}"
|
||||||
|
|||||||
Reference in New Issue
Block a user