palace 0.1.0

A tool for mounting datasets into memory for fast loading in deep learning tasks.
Documentation
1
2
3
4
5
use anyhow::Result;

fn main() -> Result<()> {
    palacex::run()
}