Explorar el Código

Update darknet.js

Lutz Roeder hace 4 años
padre
commit
504d6864b7
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      source/darknet.js

+ 0 - 3
source/darknet.js

@@ -1121,9 +1121,6 @@ darknet.Weights = class {
                 stream.skip(12 + (((major * 10 + minor) >= 2) ? 8 : 4));
                 return new darknet.Weights(stream);
             }
-            // else {
-            //     throw new darknet.Error("Unsupported transpose weights file version '" + [ major, minor, revision ].join('.') + "'.");
-            // }
         }
         return null;
     }