Skip to content

blazejosinski/cifar10neptune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cifar10neptune

Example of solving CIFAR-10 with Neptune.

It is not simples Neptune showcase, as this CIFAR-10 solution is pretty sophisticated. It uses train and test time data augmentation, batch normalization, drop-out. After training it scores above 90% of accuracy on test dataset.

Command to run the experiment with Neptune on your local computer:

neptune run cifar10neptune/main.py --paths-to-dump cifar10neptune --dump-dir-url ~/neptune_jobs --config cifar10neptune/cfg.yaml --shallow yes --use_batch_norm no

In order to have access to Neptune you can:

About

Example of solving CIFAR-10 with Neptune.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages