multiple fixes

This commit is contained in:
2024-05-11 01:11:07 +01:00
parent 0ac6ac8dce
commit 0c0d16c846
34 changed files with 340 additions and 454 deletions

View File

@@ -1298,12 +1298,6 @@ func generateExpandableDefinition(c BasePack, model *BaseModel, target_accuracy
order++
// handle the errors inside the pervious if block
if err != nil {
failed()
return
}
// Create the blocks
loop := int((math.Log(float64(model.Width)) / math.Log(float64(10))))