-
-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
I would like to set up a network in which all of the parameters of one of the linear layers are hard-coded and do not change through training. In other libraries such as PyTorch, one can do this by clearing flag requires_grad
on the parameters one wishes to hold fixed. I can't find any equivalent in the dfdx documentation, nor any mention of the terms "non-trainable" or similar.
Does dfdx support this at all? If so, how does one set this up?
Metadata
Metadata
Assignees
Labels
No labels