Submitted by gahaalt t3_ypkfwq in MachineLearning
chatterbox272 t1_ivjvhno wrote
Reply to comment by Bezukhov55 in Pytorch Symbolic: an equivalent of Keras Functional API [Project] by gahaalt
Pytorch does have lazy layers natively, which also don't require known input channels. You just have to do a dummy pass with them after you create a model to init them
KingsmanVince t1_ivk562i wrote
Where can I read more about this "lazy layers"?
Viewing a single comment thread. View all comments