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

Make predictions using only input and param data #69

Open
Tracked by #68
chyalexcheng opened this issue Feb 8, 2024 · 0 comments
Open
Tracked by #68

Make predictions using only input and param data #69

chyalexcheng opened this issue Feb 8, 2024 · 0 comments
Assignees

Comments

@chyalexcheng
Copy link
Contributor

chyalexcheng commented Feb 8, 2024

Seems like the function predict_batch, formerly predict_macroscopic is taking a Tensorflow dataset, from which only the first element ({'inputs': self.input_data, 'params': param_data}) is used. The "inputs" entry of that dictionary contains num_samples copies of the same input sequence, which could be optimized.

@chyalexcheng chyalexcheng self-assigned this Feb 8, 2024
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

1 participant