Home
last modified time | relevance | path

Searched refs:coef_drop_ratio (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/tests/st/gnn/
Daggregator.py258 coef_drop_ratio=0.0, argument
281 self.coef_drop = nn.Dropout(keep_prob=1 - coef_drop_ratio)
373 coef_drop_ratio=coef_drop,
Dtest_gnn_aggregator.py65 coef_drop_ratio=0.6,