latest pushes
Some checks are pending
Rust / build (push) Waiting to run

This commit is contained in:
2025-01-31 11:11:32 -05:00
parent 7fabe7f5d3
commit 1ccdbdd906
4 changed files with 117 additions and 19 deletions

View File

@ -15,10 +15,8 @@
use std::error::Error;
use bellande_artificial_intelligence_training_framework::{
core::tensor::Tensor,
layer::{activation::ReLU, conv::Conv2d, linear::Linear, pooling::MaxPool2d},
models::sequential::Sequential,
use bellande_artificial_intelligence_framework::{
core::tensor::Tensor, layer::conv::Conv2d, models::sequential::Sequential,
};
#[test]