Skip to content
Snippets Groups Projects
  1. May 16, 2018
    • Neta Zmora's avatar
      refactoring: move the message logger setup out of main() · 6e8b0fd6
      Neta Zmora authored
      Eventually we will want to use this code in other sample applications,
      so let's move the logger configuration code to a separate function.
      
      There's a bit of ugly hacking in this current implementation because
      I've added variable members to logging.logger.  These are actaully
      config-once variables that convey the logging directory and filename.
      I did not want to add more names to the global namespace, so I hacked
      a temporary solution in which logging.logger is acts as a conveyor and
      private namespace.  We'll get that cleaned up as we do more refactoring.
      6e8b0fd6
    • Neta Zmora's avatar
      New summary option: print modules names · 6a940466
      Neta Zmora authored
      This is a niche feature, which lets you print the names of the modules
      in a model, from the command-line.
      Non-leaf nodes are excluded from this list.  Other caveats are documented
      in the code.
      6a940466
    • Neta Zmora's avatar
      PNG summary: default to non-parallel graphs · 53b74ca6
      Neta Zmora authored
      Data parallel models may execute faster on multiple GPUs, but rendering
      them creates visually complex and illegible graphs.
      Therefore, when creating models for a PNG summary, we opt to use
      non-parallel models.
      53b74ca6
    • Neta Zmora's avatar
      7ce11aee
  2. May 14, 2018
  3. Apr 24, 2018
Loading