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
Is there a way to create a recipe for list of matrices? Like inputing a DTM and Image Pixels for a custom keras model at the same time would be great. Also is there a way to incorporate a keras tokenizer into a recipe?
Thanks for all your work! And I would be delighted to help on that end if possible.
The text was updated successfully, but these errors were encountered:
Is there a way to create a recipe for list of matrices?
at the moment only matrices and data.frames are supported as input in recipes.
Also is there a way to incorporate a keras tokenizer into a recipe?
You should take a look at textrecipes. While it doesn't have direct support for keras (yet) you can pass any tokenization function to "step_tokenize()'
We've also been talking about how to use sparse matrices inside of recipes. I don't think that we'll support passing a sparse matrix to recipe() (because of their limitations) but use them internally to handle larger data sets.
That's a "forward looking statement" so don't get too excited yet.
Is there a way to create a recipe for list of matrices? Like inputing a DTM and Image Pixels for a custom keras model at the same time would be great. Also is there a way to incorporate a keras tokenizer into a recipe?
Thanks for all your work! And I would be delighted to help on that end if possible.
The text was updated successfully, but these errors were encountered: