parent
73208d28bb
commit
42042d1a55
@ -2,9 +2,9 @@
|
|||||||
name = "bellande_artificial_intelligence_framework"
|
name = "bellande_artificial_intelligence_framework"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Bellande Artificial Intelligence Computer Vision Research Innovation (BAICVRI) <ronaldsonbellande@gmail.com>"]
|
authors = ["Bellande Artificial Intelligence Computer Vision Research Innovation Center (BAICVRI) <ronaldsonbellande@gmail.com>", "Ronaldson Bellande"]
|
||||||
description = """
|
description = """
|
||||||
A comprehensive artificial intelligence and computer vision training framework developed by Bellande AI Research.
|
A comprehensive artificial intelligence and computer vision training framework developed by Bellande Artificial Intelligence Computer Vision Research Innovation Center.
|
||||||
Provides tools and utilities for machine learning model development, training, and deployment.
|
Provides tools and utilities for machine learning model development, training, and deployment.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -0,0 +1,27 @@
|
|||||||
|
rand: "0.8"
|
||||||
|
|
||||||
|
rand_distr: "0.4"
|
||||||
|
|
||||||
|
serde: "1.0"
|
||||||
|
features:
|
||||||
|
derive
|
||||||
|
|
||||||
|
serde_json: "1.0"
|
||||||
|
|
||||||
|
serde_yaml: "0.9"
|
||||||
|
|
||||||
|
num_cpus: "1.13"
|
||||||
|
|
||||||
|
rayon: "1.5"
|
||||||
|
|
||||||
|
plotters: "0.3"
|
||||||
|
|
||||||
|
cudarc: "0.9"
|
||||||
|
features:
|
||||||
|
optional
|
||||||
|
|
||||||
|
glob: "0.3.1"
|
||||||
|
|
||||||
|
bincode: "1.3.3"
|
||||||
|
|
||||||
|
sys-info: "0.9"
|
@ -1 +1 @@
|
|||||||
bellande_rust_executable -d ../../dependencies.bellande -s ../../src -m bellande_artificial_intelligence_training_framework.rs -o ../../executable/bellande_artificial_intelligence_training_framework
|
bellande_rust_executable -d ../../dependencies.bellande -s ../../src -m bellande_artificial_intelligence_framework.rs -sp ./src -o ../../executable/bellande_artificial_intelligence_training_framework
|
||||||
|
Loading…
x
Reference in New Issue
Block a user