Error Encountered When Wrapping PyTorch Model with Text Embeddings: Skorch Internal Code Operates on Raw X Data Instead of Embeddings
I’m trying to wrap a pytorch model, the model expects some text embeddings, For my wrapped model I want it to do the embeddings internally for a future purpose. Here is my code :