The official code repository for examples in the O'Reilly book 'Generative Deep Learning'
GNU General Public License v3.0
1.47k
stars
739
forks
source link
03_05_vae_faces_train ,UnboundLocalError: local variable 'logs' referenced before assignment #95
Open
iorigoto opened 3 years ago
Please help , when training in 03_05, i met error like below. thank you.
vae.train_with_generator(
data_flow , epochs = EPOCHS , steps_per_epoch = NUM_IMAGES / BATCH_SIZE , run_folder = RUN_FOLDER , print_every_n_batches = PRINT_EVERY_N_BATCHES , initial_epoch = INITIAL_EPOCH )
Epoch 2/200
UnboundLocalError Traceback (most recent call last)