input_features: | |
- | |
name: Original_Title | |
type: text | |
level: word | |
encoder: t5 | |
reduce_output: null | |
- | |
name: Keyword | |
type: text | |
level: word | |
tied_weights: Original_Title | |
encoder: t5 | |
reduce_output: null | |
output_features: | |
- | |
name: Optimized_Title | |
type: sequence | |
level: word | |
decoder: generator |
This comment has been minimized.
This comment has been minimized.
Hi Thank you for the Title automation article on SEJ - https://www.searchenginejournal.com/automated-title-tag-optimization-using-deep-learning/390207/. I'm very much curious to run this code. Tried many ways but stuck on one step (training the model). I'm getting some errors in Epoch 1. Screenshots attached.I have also linked the Error log file for more details. Any help on how to resolve these errors would be very much appreciated. Merry Christmas and Happy New Year :) Thanks in advance, |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Thank you very much for the prompt reply. I did make changes in the code as per the thread you shared above and included the updated YAML file. My Collab Notebook (If needed) Afraid to say I'm still stuck on the same step with below error: `Epoch 1
Training: 0% 0/6 [00:01<?, ?it/s]` Do you have a copy of the code which I can run myself? If comfortable, could you share a copy of it please? Regards, |
This comment has been minimized.
Thanks a LOT Hamlet!