Hi,
You can pass any single input to the sequential. So you can pass a tuple or dict if you want and unpack them in your first model.
The implementation is simple and can be found here if you want to see the forward method of the Sequential
Hi,
You can pass any single input to the sequential. So you can pass a tuple or dict if you want and unpack them in your first model.
The implementation is simple and can be found here if you want to see the forward method of the Sequential