Closed hweom closed 1 year ago
Can you clarify? Why would we want to know the specific input data at the point of network construction?
It's not the input dat, but rather the dimensionality encoded in the container, that a shared tensor really is. And iirc the container is empty by default
I agree from an API perspective the current state is incoherent
What does this PR accomplish?
Changes proposed by this PR:
Replace the
src
argument tonew_rnn_config()
with just scalar input size as it's the only information the function needs.Notes to reviewer:
This is in preparation for reimplementation of RNN layer in new arch.
📜 Checklist
juice-examples
run just fine