mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-21 22:56:41 +02:00
|
||
---|---|---|
.. | ||
README.md |
Creating networks
{:.no_toc}
* TOC {:toc}The goal
In these days, building networks is very important.
Questions to David Rotermund
A fast way to build a network with Sequential
CLASS torch.nn.Sequential(*args: Module)
A sequential container. Modules will be added to it in the order they are passed in the constructor.
Example: