pytoda.tests.test_transforms module

Testing transforms.

Summary

Classes:

TestTransforms

Testing transforms.

Reference

class TestTransforms(methodName='runTest')[source]

Bases: unittest.case.TestCase

Testing transforms.

test_left_padding()[source]

Test LeftPadding.

Return type

None

test_augment_by_reversing()[source]

Test AugmentByReversing.

Return type

None

test_to_tensor()[source]

Test ToTensor.

Return type

None

test_list_to_tensor()[source]

Test ListToTensor.

Return type

None

test_compose()[source]

Test Compose.

Return type

None