pytorch/ignite

[FR] LayerRotation indicator

Open

#600 opened on Aug 31, 2019

View on GitHub
 (1 comment) (2 reactions) (0 assignees)Python (602 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (4,313 stars)
PR merge metrics
 (Avg merge 18d 23h) (19 merged PRs in 30d)

Description

Following "Layer rotation: a surprisingly powerful indicator of generalization in deep networks?" paper, layer rotation indicator provides quantative measure on generalization. We can integrate a LayerRotation indicator handler based on this implementation into contrib.

Contributor guide