PyTorch - Neural Network I - nn.Sequential

preview_player
Показать описание
In this video I cover nn.Sequential API and details of training a sequential network.
Рекомендации по теме
Комментарии
Автор

Very clear, I learned a lot ! thank you

stephanewulc
Автор

If you don’t zero out the gradients, and you don’t update the weights does that mean you can run all your minibatches, then update once, and that would be equivalent to running all the training data as a single batch?

terjeoseberg