Submitted by gahaalt t3_ypkfwq in MachineLearning
gahaalt OP t1_ivnsc23 wrote
Reply to comment by androstudios in Pytorch Symbolic: an equivalent of Keras Functional API [Project] by gahaalt
Yes. But nn.Sequential won't allow for example for residual connections. You can, however, create a Symbolic Model with residual connections and call the entire model as one function, in your words.
Viewing a single comment thread. View all comments