April 2020
Intermediate to advanced
330 pages
7h 44m
English
Finally, we will evaluate the model using the following steps:
if (i %% 100 == 0) { cat("step:", i, "\n") cat("discriminator loss:", d_loss, "\n") cat("adversarial loss:", a_loss, "\n") image_array_save( fake_images[1,,,] * 255, path = file.path(image_directory, paste0("fake_gwb", i, ".png")) ) image_array_save( real_images[1,,,] * 255, path = file.path(image_directory, paste0("real_gwb", ...Read now
Unlock full access