PyTorch-Tutorial
PyTorch-Tutorial copied to clipboard
more content for more exmaples
Added another example of how to easily create a neural net with custom layer names - using OrderedDict from collections module
Added another example of how to save and load information (network, optimizer, loss, epochs) and how to load them back in to continue training