ResNet-18 Trained on CIFAR-10 ============================= .. literalinclude:: ../../benchmarking/training_scripts/resnet_cifar10/resnet_cifar10.py :caption: benchmarking/training_scripts/resnet_cifar10/resnet_cifar10.py :start-after: # permissions and limitations under the License. Transformer Trained on WikiText-2 ================================= .. literalinclude:: ../../benchmarking/training_scripts/transformer_wikitext2/training_script.py :caption: benchmarking/training_scripts/transformer_wikitext2/training_script.py :start-after: # permissions and limitations under the License. Multi-layer Perceptron Trained on Fashion MNIST =============================================== .. literalinclude:: ../../benchmarking/training_scripts/mlp_on_fashion_mnist/mlp_on_fashion_mnist.py :caption: benchmarking/training_scripts/mlp_on_fashion_mnist/mlp_on_fashion_mnist.py :start-after: # permissions and limitations under the License.