Commit 73a30e28 authored by helloyongyang's avatar helloyongyang Committed by Yang Yong(雍洋)
Browse files

fix MM_WEIGHT Default-Force-FP32

parent aefaf565
......@@ -54,7 +54,7 @@ class MMWeight(MMWeightTemplate):
@MM_WEIGHT_REGISTER('Default-Force-FP32')
class MMWeight(MMWeight):
class MMWeightForceFP32(MMWeight):
def __init__(self, weight_name, bias_name):
super().__init__(weight_name, bias_name)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment