Skip to content

Problematic shake-shake and shake-drop implementation #282

Closed
@ArlindKadra

Description

@ArlindKadra

if is_training:
result = (torch.FloatTensor([0.5]), torch.FloatTensor([0.5]))
return result if not is_cuda else (result[0].cuda(), result[1].cuda())

Shake-Shake and Shake-Drop do not get an alpha and beta that is sampled during training time and fixed during test time, the intended behavior is reversed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions