Merge pull request #45 from songquanpeng/main
Fork Sync: Update from parent repository
This commit is contained in:
commit
ddf60a719b
@ -54,7 +54,7 @@ func GetModelRatio(name string) float64 {
|
|||||||
ratio, ok := ModelRatio[name]
|
ratio, ok := ModelRatio[name]
|
||||||
if !ok {
|
if !ok {
|
||||||
SysError("Model ratio not found: " + name)
|
SysError("Model ratio not found: " + name)
|
||||||
return 1
|
return 30
|
||||||
}
|
}
|
||||||
return ratio
|
return ratio
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user