tag:github.com,2008:https://github.com/jimfleming/tensorflow/releasesTags from tensorflow2015-12-10T04:26:27Ztag:github.com,2008:Repository/48778319/0.6.02015-12-10T04:26:27ZTensorFlow 0.6.0<p>TensorFlow 0.6.0</p>
<p>Major Features and Improvements</p>
<p>* Python 3.3+ support via changes to python codebase and ability
<br /> to specify python version via ./configure.</p>
<p>* Some improvements to GPU performance and memory usage:
<br /> [convnet benchmarks](<a class="issue-link js-issue-link" href="https://github.com/soumith/convnet-benchmarks/issues/66">soumith/convnet-benchmarks#66</a>)
<br /> roughly equivalent with native cudnn v2 performance. Improvements mostly due
<br /> to moving to 32-bit indices, faster shuffling kernels. More improvements to
<br /> come in later releases.</p>
<p>Bug fixes</p>
<p>* Lots of fixes to documentation and tutorials, many contributed
<br /> by the public.</p>
<p>* 271 closed issues on github issues.</p>
<p>Backwards-incompatible changes</p>
<p>* tf.nn.fixed_unigram_candidate_sampler changed its default 'distortion'
<br /> attribute from 0.0 to 1.0. This was a bug in the original release
<br /> that is now fixed.</p>tag:github.com,2008:Repository/48778319/0.5.02015-11-09T03:08:54Z0.5.0