Home / Projects / ignitevision
Project active

ignitevision

CIFAR10 Example with IgniteIn this example, we show how to use _Ignite_ to train a neural network:on 1 or more GPUs or TPUs compute training/validation metrics log learning rate, metrics etc save the best model weightsConfigurations:[x] single GPU [x] multi GPUs on a single node [x] multi GPUs on multiple nodes [x] TPUs on ColabRequirements:pytorch-ignite: pip install pytorch-ignite torchvision: pip…