Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T10:12:44.000Z (about 5 years ago)
- Last Synced: 2024-10-11T08:41:51.238Z (about 1 month 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