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

Training pauses on epoch end and won't continue until window is closed #141

Open
JeffStodd opened this issue Jun 27, 2024 · 0 comments
Open

Comments

@JeffStodd
Copy link

JeffStodd commented Jun 27, 2024

Same issue as #76 (comment)

The training stops at the end of the epoch. I have to close the window to start training on the next epoch, and keep repeating this.

    tensorboard_callbacks = []
    if plot:
        tensorboard_callbacks = [PlotLossesKerasTF()]

    model.compile(optimizer='adam', loss='categorical_crossentropy', metrics=['accuracy'])
    model.fit(normalizedInput.values, expectedOutput.values, validation_data=(normalizedValidationInput.values, expectedValidationOutput.values), epochs=100, batch_size=8, callbacks=tensorboard_callbacks)

Running as script on Windows
Python 3.9.13
tensorflow 2.13.1
livelossplot 0.5.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant