MCPcopy Create free account
hub / github.com/pytorch/pytorch / Dropout

Method Dropout

caffe2/python/cnn.py:148–151  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

146 return brew.fc_sparse(self, *args, **kwargs)
147
148 def Dropout(self, *args, **kwargs):
149 return brew.dropout(
150 self, *args, order=self.order, use_cudnn=self.use_cudnn, **kwargs
151 )
152
153 def LRN(self, *args, **kwargs):
154 return brew.lrn(

Callers 15

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
test_dropoutMethod · 0.80

Calls

no outgoing calls

Tested by 15

__init__Method · 0.64
__init__Method · 0.64
__init__Method · 0.64
__init__Method · 0.64
__init__Method · 0.64
__init__Method · 0.64
test_dropoutMethod · 0.64