Skip to content
Snippets Groups Projects
  1. Aug 08, 2019
  2. Aug 04, 2019
  3. Jul 08, 2019
  4. Mar 29, 2019
  5. Dec 06, 2018
    • Neta Zmora's avatar
      Documentation refactoring · 178c8c49
      Neta Zmora authored
      - Moved the Language model and struct pruning tutorials from the Wiki to
      the HTML documentation.  Love the ease of Wiki, but GitHub doesn't let
      Google crawl these pages, and users can't open PRs on Wiki pages.
      
      - Updated the pruning algorithms documentation
      178c8c49
  6. Nov 07, 2018
  7. Oct 03, 2018
    • Neta Zmora's avatar
      documentation: update syntax of launching jupyter notebook · 5902146a
      Neta Zmora authored
      Latest versions of Jupyter notebooks have a different syntax for
      launching the server such that it listens on oll network interfaces
      (this is useful if you are running the Jupyter server on one machine,
      and connect to it from a browser on a different machine).
      
      So:
      	jupyter-notebook --ip=* --no-browser
      
      is replaced by:
      	jupyter-notebook --ip=0.0.0.0 --no-browser
      5902146a
  8. Sep 03, 2018
  9. Jul 01, 2018
  10. May 13, 2018
  11. Apr 30, 2018
  12. Apr 24, 2018
Loading