Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alchemine/tf-torch-example

TensorFlow + PyTorch Sample Codes
https://github.com/alchemine/tf-torch-example

Last synced: 27 days ago
JSON representation

TensorFlow + PyTorch Sample Codes

Awesome Lists containing this project

README

        

# TensorFlow + PyTorch Sample Codes

---

# 1. Classification - MNIST
1. TensorFlow
1. [Sequential API](1_classification_mnist/tensorflow_1_sequential_api.ipynb)
2. [Functional API](1_classification_mnist/tensorflow_2_functional_api.ipynb)
3. [Subclass API](1_classification_mnist/tensorflow_3_subclass_api.ipynb)

2. PyTorch
1. [Subclass API](1_classification_mnist/torch_1_subclass_api.ipynb)