UTMIST / oneshot-rs

A Rust implementation of Siamese Neural Networks for One-shot Image Recognition for benchmarking performance and results.
MIT License
1 stars 0 forks source link

Implement One-Shot Siamese Networks #2

Open rhubarbwu opened 3 years ago

rhubarbwu commented 3 years ago

Implement the architecture described in One-Shot.

rhubarbwu commented 3 years ago

WIP in lib::network.

rhubarbwu commented 3 years ago

Please now use lib::data.