Use nn.Linear instead of a custom linear function
#27
by
Disty0 - opened
Using a custom linear function makes this model not compatible with quantization. There is no reason to use a custom function instead of nn.Linear.
Using a custom linear function makes this model not compatible with quantization. There is no reason to use a custom function instead of nn.Linear.