test_bayesian_resnet¶
Module Contents¶
Classes¶
TestBayesianResNet |
A suite of tests on ResNet models |
-
class
test_bayesian_resnet.TestBayesianResNet(methodName='runTest')[source]¶ Bases:
unittest.TestCaseA suite of tests on ResNet models
-
classmethod
setUpClass(cls)[source]¶ Hook method for setting up class fixture before running tests in the class.
-
classmethod