Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alchemine/tf-torch-example
- Owner: alchemine
- Created: 2022-07-31T03:36:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T13:24:24.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T00:11:31.534Z (7 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 442 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)