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

Using train_on_batch #35

Open
ryanmaxwell96 opened this issue Jun 16, 2020 · 1 comment
Open

Using train_on_batch #35

ryanmaxwell96 opened this issue Jun 16, 2020 · 1 comment

Comments

@ryanmaxwell96
Copy link

Ok,

I'm sorry again for so many questions, but why does train_on_batch only have one input? On the keras documentation it sounds like the format is supposed to be

train_on_batch(object, x, y, class_weight = NULL, sample_weight = NULL).

So why does this file's implementation look like

train_on_batch([arrays])?

@bernardocortez
Copy link

Train on batch will execute the call method of the TRPO class

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

2 participants