df8ffa0912
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> |
||
---|---|---|
.. | ||
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: