Error in training inception-v3

InceptionOutputs contains the .logits and aux_logits attribute, so you would need to index one of these tensors to call .log_softmax on it.

1 Like