Package deepboof.io.torch7
Class TorchUtilities
java.lang.Object
deepboof.io.torch7.TorchUtilities
public class TorchUtilities extends Object
Application which runs through the user specified model or all the models to see if the input produces
the expected output. Expected output was generated inside of torch.
-
Constructor Summary
Constructors Constructor Description TorchUtilities() -
Method Summary
Modifier and Type Method Description static voidmain(String[] args)static booleanvalidateNetwork(File directory, boolean exitOnFail)
-
Constructor Details
-
TorchUtilities
public TorchUtilities()
-
-
Method Details
-
validateNetwork
- Throws:
IOException
-
main
- Throws:
IOException
-