I have a dictionary whose values corresponding to some keys are being used in the forward function of my class. How can I make this dictionary trainable?
What should be trainable in this dict
? Could you explain your idea and use case a bit more?
I have a dictionary whose values corresponding to some keys are being used in the forward function of my class. How can I make this dictionary trainable?
What should be trainable in this dict
? Could you explain your idea and use case a bit more?