PyTorch - Linear Regression implementation

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

Very nice video and well put together. I have a question - should we always call the optimizer.zero_frad() when training the model? Should the torch do it for us?

AlexeyMatushevsky
Автор

What if the weights get started negative with increasing iterations?

anumhassan