Do not apply fp16 to certain key returned by Dataset #13866
-
My Dataset returns additional Is there anyway I can avoid applying fp16 to Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@MattYoon Is each |
Beta Was this translation helpful? Give feedback.
-
I just found out that this happened because I tried to stack float16 |
Beta Was this translation helpful? Give feedback.
I just found out that this happened because I tried to stack float16
doc_id
with float32loss
to a single tensor. Thedoc_id
values were actually correct invalidation_step
, it was corrupted when the stack operation was applied.