"TypeError: 'list' object is not callable" when transfer learning with cifar-100 dataset

The transforms.Compose transformations wrap the transformations in a nested list, while only a single list is expected. Remove one list ([]) and it should work.

1 Like