Update modelling_hier.py
Browse files- modelling_hier.py +1 -1
modelling_hier.py
CHANGED
@@ -300,7 +300,7 @@ class HierBert(Module):
|
|
300 |
if token_type_ids is None:
|
301 |
# Convert input_ids to token type IDs
|
302 |
token_type_ids = self.convert_input_ids_to_token_type_ids(input_ids)
|
303 |
-
print('token type ids model', token_type_ids)
|
304 |
|
305 |
src_key_padding_mask = torch.logical_not(attention_mask)
|
306 |
utt_indices = token_type_ids
|
|
|
300 |
if token_type_ids is None:
|
301 |
# Convert input_ids to token type IDs
|
302 |
token_type_ids = self.convert_input_ids_to_token_type_ids(input_ids)
|
303 |
+
# print('token type ids model', token_type_ids)
|
304 |
|
305 |
src_key_padding_mask = torch.logical_not(attention_mask)
|
306 |
utt_indices = token_type_ids
|