Skip to content

A collection of scripts for training (and adversarial training) neural networks on the CIFAR 10/100 dataset

Notifications You must be signed in to change notification settings

xserban/CIFAR_ADV

Repository files navigation

CIFAR 10+100+Adversarial trainers

Results:

Some results and models are available for download here.

Run:

$ python -m clean.train

Run with config

$ python -m clean.train --config=<add-config-path>

Run with nohup

$ nohup python -m clean.train &

and follow the updates with

$ tail -f nohup.out

or on W&B.

About

A collection of scripts for training (and adversarial training) neural networks on the CIFAR 10/100 dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages