We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5557a6a commit ae94b8bCopy full SHA for ae94b8b
1 file changed
libmultilabel/nn/networks/bert_attention.py
@@ -40,7 +40,7 @@ def __init__(
40
41
self.lm = AutoModel.from_pretrained(
42
lm_weight,
43
- torchscript=True,
+ # torchscript=True,
44
hidden_dropout_prob=encoder_hidden_dropout,
45
attention_probs_dropout_prob=encoder_attention_dropout,
46
)
0 commit comments