File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
libmultilabel/nn/networks Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11name : Basic Test
22
33on :
4- push :
4+ pull_request :
55 branches :
6- - fix_wf
6+ - master
77
88jobs :
99 test :
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ def __init__(
3434 hidden_dropout_prob = encoder_hidden_dropout ,
3535 attention_probs_dropout_prob = encoder_attention_dropout ,
3636 classifier_dropout = post_encoder_dropout ,
37- # torchscript=True,
3837 )
3938
4039 def forward (self , input ):
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ def __init__(
4040
4141 self .lm = AutoModel .from_pretrained (
4242 lm_weight ,
43- # torchscript=True,
4443 hidden_dropout_prob = encoder_hidden_dropout ,
4544 attention_probs_dropout_prob = encoder_attention_dropout ,
4645 )
You can’t perform that action at this time.
0 commit comments