dgs.utils.nn¶
Helper and utility methods for creating neural networks using PyTorch.
Module Functions
|
Create a Network consisting of one or more fully connected linear layers with input and output sizes given by the |
|
Given the input and output size of an FC-NN, create a list of the sizes containing each hidden layer in the network. |