Skip to content Skip to sidebar Skip to footer
Showing posts with the label Dropout

Randomly Set Some Elements In A Tensor To Zero (with Low Computational Time)

I have a tensor of shape (3072,1000) which represents the weights in my neural network. I want to: … Read more Randomly Set Some Elements In A Tensor To Zero (with Low Computational Time)