Issues resuming training on a stopped pipeline #11503
-
Hey team, I'm trying to train a custom NER transformer model on Google Colab, but due to it's uptime and resources limitations, it typically fails around epoch 3~4. I've come across this discussion and tried to implement it, but I'm clearly missing something, as I'm getting the following stack trace:
As per the discussion mentioned, I've created a new
I've also ran the
Does anyone have a clue to what is going on? Environment Disclaimer
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It looks like you're loading an NER component as a Transformer?
Besides that, note that you shouldn't provide extra arguments when sourcing components - they'll be ignored in favor of the settings on the sourced component. |
Beta Was this translation helpful? Give feedback.
It looks like you're loading an NER component as a Transformer?
Besides that, note that you shouldn't provide extra arguments when sourcing components - they'll be ignored in favor of the settings on the sourced component.