Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 745 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 745 Bytes

BitNet

This is an unofficial implementation of BitNet.
It is implemented only for BitNetLinear.

Paper

Explanatory article

Although it is in Japanese, I am posting articles on Qiita.

BitNet b1.58(BitLinear)を実装してMNISTで検証してみた(Tensorflow/Torch)

Usage

Execution examples

# Tensorflow
> python examples/mnist_tf.py

# Torch
> python examples/mnist_torch.py

Development Version

Python : 3.12.2
Tensorflow : 2.16.1
Torch : 2.2.1