Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 370 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 370 Bytes

EnsNet-tensorflow2

model

NOTE !!!

Reworked at 20221123

How to run

You can run train code by train.py

conda env create -f environment.yaml
conda activate ensnet
python .\train.py dataset=mnist # [mnist, fashion_mnist, cifar10] Or you can use --multirun. Check hydra