Use networks as embedding layer #379
rohanishervin
started this conversation in
General
Replies: 1 comment
-
Two ways you can do this:
P.S - If you are really looking for a library for multi-modal applications, I would suggest to take a look this library. it supports this kind of application out of the box. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I use a network from pytroch tabular and use it in another neural network. imagine I have text, image and tabular data all together. and I just want to use Tabnet for tabular part. is it possible to achieve this by using this project? I checked the documentation but I couldn't find the answer.
Beta Was this translation helpful? Give feedback.
All reactions