Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple outputs #580

Open
jessiejs opened this issue Mar 2, 2024 · 3 comments
Open

Multiple outputs #580

jessiejs opened this issue Mar 2, 2024 · 3 comments

Comments

@jessiejs
Copy link

jessiejs commented Mar 2, 2024

The only helpful dataset for custom data I can find is OnHeapDataset, but it appears to only take in multiple inputs but one output. Is there any way to make a dataset for a model that takes in an array of floats and returns an array of floats.

@zaleslaw
Copy link
Collaborator

zaleslaw commented Mar 5, 2024

Hi @jessiejs could you please your share your case with multiple outputs? What kind of models do you want to build?

@jessiejs
Copy link
Author

jessiejs commented Mar 5, 2024

I would like to build a text completion model that takes in one hot vectors for tokens, and outputs a one hot vector for the next token.

@zaleslaw
Copy link
Collaborator

@jessiejs do you mean to build it with the TF module? Probably it's impossible for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants