Joseph Babcock

Results 3 comments of Joseph Babcock

Did you hardcode the batch size in your first layer input (batch_input_shape), or give input_dim ?

You can use the same kind of trick as for training, but instead of removing the last remainder elements you pad the end of your dataset to make it divisible...

Is your training set size evenly divisible by gpu #? Sent from my iPhone > On Jul 17, 2017, at 9:33 AM, Ling-han Jiang wrote: > > I sliced my...