yoyodyne icon indicating copy to clipboard operation
yoyodyne copied to clipboard

Embeddings not being passed to lstm module

Open bonham79 opened this issue 6 months ago • 14 comments

For some reason, someone added an embeddings argument to BaseModule but didn't update the other modules to pass it.

Why are we passing embeddings as an argument? Those should be an attribute of the model class.

bonham79 avatar Jul 29 '24 06:07 bonham79