https://github.com/hcnoh/batch-matmul-tensorflow
TensorFlow 2.0 Implementation for Batch Matrix Multiplication
https://github.com/hcnoh/batch-matmul-tensorflow
tensorflow tensorflow-experiments
Last synced: 6 months ago
JSON representation
TensorFlow 2.0 Implementation for Batch Matrix Multiplication
- Host: GitHub
- URL: https://github.com/hcnoh/batch-matmul-tensorflow
- Owner: hcnoh
- Created: 2019-10-13T14:53:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T10:12:44.000Z (over 6 years ago)
- Last Synced: 2025-04-07T16:32:50.107Z (about 1 year ago)
- Topics: tensorflow, tensorflow-experiments
- Language: Jupyter Notebook
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Batch Matrix Multiplication of TensorFlow
This repository is for the TensorFlow implementation of batch matrix multiplication. This repository provides a simple test bench Jupyter Notebook for verification of exact working and broadcasting. If you want to use this batch matrix multiplication operator, check how to use the operator on the test bench notebook and use freely.
## Prerequisite for Test Bench Jupyter Notebook
- Python 3.5 or higher versions
- Jupyter Notebook version 1.0.0 or higher versions
- Numpy version 1.16.4 or higher versions
- TensorFlow version 1.14.0 or higher versions