Unverified Commit ed586b32 authored by peastman's avatar peastman Committed by GitHub
Browse files

Merge pull request #1553 from peastman/tf113

Upgrade to TensorFlow 1.13.1
parents b8f697df f559770c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3886,7 +3886,7 @@ class AtomicConvolution(Layer):
    rsf = self.radial_symmetry_function(R, rc, rs, re)

    if not self.atom_types:
      cond = tf.to_float(tf.not_equal(Nbrs_Z, 0.0))
      cond = tf.cast(tf.not_equal(Nbrs_Z, 0), tf.float32)
      cond = tf.reshape(cond, R.shape)
      layer = tf.reduce_sum(cond * rsf, 3)
    else:
+1 −1
Original line number Diff line number Diff line
@@ -62,4 +62,4 @@ conda install -y -q -c conda-forge joblib=0.11 \
    setuptools=39.0.1 \
    biopython=1.71 \
    numpy=1.14
yes | pip install $tensorflow==1.12.0
yes | pip install $tensorflow==1.13.1