Class TorchUtilities

java.lang.Object
deepboof.io.torch7.TorchUtilities

public class TorchUtilities
extends java.lang.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 void main​(java.lang.String[] args)  
    static boolean validateNetwork​(java.io.File directory, boolean exitOnFail)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • validateNetwork

      public static boolean validateNetwork​(java.io.File directory, boolean exitOnFail) throws java.io.IOException
      Throws:
      java.io.IOException
    • main

      public static void main​(java.lang.String[] args) throws java.io.IOException
      Throws:
      java.io.IOException