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 text was updated successfully, but these errors were encountered:
depcco
changed the title
when i run the code with
"When I run the code with the dataset 'spmotif-0.333', I find that the code always stops early. Do you know why? Thank you."
May 11, 2024
We use early stopping for our method and baseline methods too. The reason of early stopping is to prevent overfitting which happens quite often on spmotif. So it should be normal that the code stops early.
The text was updated successfully, but these errors were encountered: