[ad_1]
The ultimate launch of TensorFlow v1.3 is now obtainable. This launch of TensorFlow marks the preliminary availability of a number of canned estimators, together with:
- DNNClassifier
- DNNRegressor
- LinearClassifier
- LinearRegressor
- DNNLinearCombinedClassifier
- DNNLinearCombinedRegressor.
The tfestimators package deal supplies a excessive stage R interface for these estimators.
Full particulars on the discharge of TensorFlow v1.3 can be found right here: https://github.com/tensorflow/tensorflow/releases/tag/v1.3.0
You may replace your R set up of TensorFlow utilizing the install_tensorflow
operate:
library(tensorflow)
install_tensorflow()
Be aware that you just must also present any choices utilized in your unique set up (e.g. methodology = "conda"
, model = "gpu"
, and so on. )
cuDNN 6.0
TensorFlow v1.3 is constructed in opposition to model 6.0 of the cuDNN library from NVIDIA. Earlier variations had been constructed in opposition to cuDNN v5.1, so for installations working the GPU model of TensorFlow this implies that you will want to put in an up to date model of cuDNN together with TensorFlow v1.3.
Up to date set up directions can be found right here: https://tensorflow.rstudio.com/tensorflow/installation_gpu.html.
Model 1.4 of TensorFlow is predicted emigrate once more to model 7.0 of cuDNN.
Reuse
Textual content and figures are licensed below Inventive Commons Attribution CC BY 4.0. The figures which have been reused from different sources do not fall below this license and could be acknowledged by a notice of their caption: “Determine from …”.
Quotation
For attribution, please cite this work as
Allaire (2017, Aug. 17). Posit AI Weblog: TensorFlow v1.3 Launched. Retrieved from https://blogs.rstudio.com/tensorflow/posts/2017-08-17-tensorflow-v13-released/
BibTeX quotation
@misc{allaire2017tensorflow, creator = {Allaire, J.J.}, title = {Posit AI Weblog: TensorFlow v1.3 Launched}, url = {https://blogs.rstudio.com/tensorflow/posts/2017-08-17-tensorflow-v13-released/}, yr = {2017} }
[ad_2]