Submitted by alexnasla t3_yikumt in MachineLearning
JustOneAvailableName t1_iujqrr1 wrote
Reply to comment by alexnasla in [D] When the GPU is NOT the bottleneck...? by alexnasla
> Its 4 sequential layers, Dense+conv1d+lstm+dense
I thinks this is not enough to saturate the A100. Try to 10x the batch size by just repeating the data. Useless for training, but it should increase GPU utilization without increasing disk utilization. Handy to confirm the bottleneck
Viewing a single comment thread. View all comments