This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
neural-network-420pine64backup/test.py

5 lines
124 B
Python
Raw Normal View History

with open('data/0.bin', 'rb') as f:
data = f.read()
print(hex(int.from_bytes(data, byteorder='little', signed=False)))