Ilyushin / EnsNet-torch

Pytorch implementation of EnsNet (Unofficial).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Pytorch implementation of EnsNet (Unofficial).


Languages

Language:Python 100.0%