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
The model throws the error "RuntimeError: CUDA error: device-side assertion fired" (graph2seq_series_rel.py
,line 125, in forward, memory_lengths=memory_lengths) when I run reaction prediction, not when I run retrosynthesis.
The text was updated successfully, but these errors were encountered:
@WYejian @zpking Can you try to see whether the problem can be resolved by setting REL_BUCKETS to 11 in train_g2s.sh? CUDA device-side assertion typically points to the case when the lookup index is greater than what the embedding table contains.
The model throws the error "RuntimeError: CUDA error: device-side assertion fired" (graph2seq_series_rel.py
,line 125, in forward, memory_lengths=memory_lengths) when I run reaction prediction, not when I run retrosynthesis.
The text was updated successfully, but these errors were encountered: