April 2017
Intermediate to advanced
320 pages
7h 46m
English
In the latest TensorFlow release, batched versions of math operations have been removed. Now the functionality is contained in the non-batched versions. The following are some upgrades suggestions that you need to apply manually:
tf.batch_band_part should be renamed to tf.band_part tf.batch_cholesky should be renamed to tf.cholesky tf.batch_cholesky_solve should be renamed to tf.cholesky_solve tf.batch_fft should be renamed to tf.fft tf.batch_fft3d should be renamed to tf.fft3d tf.batch_ifft should be renamed to tf.ifft tf.batch_ifft2d should be renamed to tf.ifft2d tf.batch_ifft3d should be renamed to tf.ifft3d tf.batch_matmul should be renamed to tf.matmul tf.batch_matrix_determinant should be renamed to ...
Read now
Unlock full access