Add Padding to Adapter #415
Labels
feature
New feature or request
good first issue
Good for first-time contributors
user interface
Changes to the user interface and improvements in usability
See #370.
We would like to add padding functionality to the Adapter in order to speed up computations when simulator outputs differ in size. For example:
when given
y.shape == (32, N, 2)
outputsy.shape == (32, 100, 2)
for N < 100 and errors for N > 100.The text was updated successfully, but these errors were encountered: