You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: BlockFusion fuses dead gnodes, while the memory allocator does not allocate memory for dead tensors (i.e., calculating the needed output tensors does not need these dead gnodes and dead tensors). This leads to memory illegal accesses and results in such training problems.
Test case: mnist training, lstm training
The text was updated successfully, but these errors were encountered: