batchsize Questions
3
I am training an autoencoder on MNIST, and noticed that increasing the batch size after 128, starts taking more computation time on a fixed dataset size.
I am using tensorflow-gpu and have GeForce...
Exurbia asked 30/4, 2019 at 13:35
0
Finding the maximum batch size is a cumbersome and often time-consuming process. However, there are some solutions that propose approximate solutions, such as (How to calculate optimal batch size)....
Queen asked 19/7, 2023 at 13:27
1
I have trained the Cifar100 dataset using ResNet18 backbone with the proposed technique for the research propose, and I ends up getting some surprising results. I have gone for the two attempts fir...
Bordie asked 21/2, 2022 at 18:44
3
Solved
I read from somewhere that if you choose a batch size that is a power 2, training will be faster. What is this rule? Is this applicable to other applications? Can you provide a reference paper?
Strophe asked 11/6, 2017 at 11:17
1
© 2022 - 2024 — McMap. All rights reserved.