transmuteAI/trailmet

current ResNet generic code cannot produce ResNet20 and ResNet56

Closed this issue · 2 comments

issue with producing resnet architectures. Currently resnet.py uses resnet cifar and all classes using it through an issue.

resnet cifar object has no attribute prevmodule. this is the error.

fixed it.