Skip to content

feat(architecture): group scripts in directory

Colas Alexandre requested to merge architecture into main

Grouping scripts (for example read_cifar.py, knn.py, and later mlp.py) in a directory, to adopt modular architecture. These modules only contain functions used by main.py, and corresponding tests in the 'tests' directory. main.py is the main script, that calls the functions inside modules.

Merge request reports

Loading