aprender-core 0.29.2

Next-generation machine learning library in pure Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#![allow(clippy::disallowed_methods)]
//! Rosetta Dangerous Tests (ROSETTA-001)
//!
//! "Bold conjectures, and severe attempts to refute them." -- K. Popper
//!
//! These tests seek to REFUTE the conversion matrix, not confirm it.
//! Edge cases that could falsify the entire system.

use std::f32;
use std::path::PathBuf;

use aprender::format::rosetta::{FormatType, RosettaStone};

include!("includes/rosetta_dangerous_edge_cases.rs");
include!("includes/rosetta_dangerous_integration.rs");