mininn 0.1.4

A minimalist deep learnig crate for rust.
Documentation
1
2
3
4
5
# Makefile for install HDF5 dependencies and build the project

ALL:
	sudo apt update && sudo apt install -y libhdf5-dev
	cargo build