What model 'init' methods can we use in tsai and how? #519
Unanswered
marcuswang6
asked this question in
Q&A
Replies: 1 comment
-
Hi @Waterkin, I think initialization is the default setting in layers from pytorch if it is not stated otherwise. For instance, if you can scroll down the code a little bit, you should be able to see the code:
This initialization will be passed down to the model by the utils.py in dir: "tsai/tsai/models/" Hope it helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-

Hi, I was trying to tune my model about the weight_init methods, but don't know how to do that in tsai. Can I just assign init = 'torch.nn.init.kaiming_uniform_' ? And what weight init methods can be used here?Beta Was this translation helpful? Give feedback.
All reactions