mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 11:37:11 +00:00
Remove the parameters for the Wuerstchen layer-norm. (#879)
* Remove the parameters for the Wuerstchen layer-norm. * Fixes. * More fixes (including conv-transpose2d. * More fixes. * Again more fixes.
This commit is contained in:
@ -302,7 +302,7 @@ pub fn conv_transpose2d_no_bias(
|
||||
up: bound,
|
||||
};
|
||||
let ws = vb.get_with_hints(
|
||||
(out_channels, in_channels, kernel_size, kernel_size),
|
||||
(in_channels, out_channels, kernel_size, kernel_size),
|
||||
"weight",
|
||||
init,
|
||||
)?;
|
||||
|
Reference in New Issue
Block a user