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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: