pytorch-cnn-finetune
pytorch-cnn-finetune copied to clipboard
ask a question
What does your network “output ” include? “output = model(data) ” Is “output.data () ” a logical value?
I want to get the classification probability, how do I get it? Thanks!