|
|
|
@@ -399,7 +399,7 @@ |
|
|
|
} |
|
|
|
function isModel(filename){ |
|
|
|
var postfix=[".pth",".pkl",".onnx",".mindir",".cpkt",".pb"]; |
|
|
|
for(int i =0; i<postfix.length;i++){ |
|
|
|
for(var i =0; i<postfix.length;i++){ |
|
|
|
if(filename.substring(filename.length-postfix[i].length)==postfix[i]){ |
|
|
|
return true; |
|
|
|
} |
|
|
|
|