Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo ionf example code #86

Open
ThomasWolf0701 opened this issue Oct 17, 2020 · 0 comments
Open

Typo ionf example code #86

ThomasWolf0701 opened this issue Oct 17, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ThomasWolf0701
Copy link

In the following code it reads generator = blood_yolo_generator,
but this has not been defined, so it should read train_blood_yolo_generator

blood_yolo %>%
fit_generator(
generator = blood_yolo_generator,
epochs = 1000,
steps_per_epoch = 19,
validation_data = valid_blood_yolo_generator,
validation_steps = 5,
callbacks = list(callback_model_checkpoint("development/BCCD/blood_w.hdf5",
save_best_only = TRUE,
save_weights_only = TRUE)
)
)

@maju116 maju116 added the bug Something isn't working label Oct 18, 2020
@maju116 maju116 self-assigned this Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants