Skip to content

v5.10.2

Compare
Choose a tag to compare
@hughperkins hughperkins released this 31 May 06:28
· 496 commits to master since this release

New:

  • new commandline option to predict, outputlayer=, which selects which layer you want to record the output from (ie, doesnt have to be the last layer)

Bug fixes:

  • each example in output in text format of predict is now on a separate line, rather than all examples from each batch on one single line
  • in predict, every other input example is no longer skipped
  • gpuinfo works on hd5500 integrated graphics now, without causing display corruption

Commandline tools and c++ library: http://deepcl.hughperkins.com/Downloads
Python wrapper: https://pypi.python.org/pypi/DeepCL/5.10.2