Commit 247a75db authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

Fixes

parent 84e20a7f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -33,11 +33,7 @@ class TestTransformers(unittest.TestCase):
    '''
       init to load the MNIST data for DataTransforms Tests
      '''
    #mnist = input_data.read_data_sets("MNIST_data/", one_hot=True)
    (x_train, y_train), (x_test, y_test) = tf.keras.datasets.mnist.load_data()
    # extracting validation set of MNIST for testing the DataTransforms
    #valid = dc.data.NumpyDataset(mnist.validation.images,
    #                             mnist.validation.labels)
    train = dc.data.NumpyDataset(x_train, y_train)
    # extract only the images (no need of the labels)
    data = (train.X)[0]
+2 −1
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ conda install -y -q -c deepchem -c rdkit -c conda-forge -c omnia \
    joblib \
    scikit-learn \
    networkx \
    pillow \
    pandas \
    nose \
    nose-timer \
@@ -56,8 +57,8 @@ conda install -y -q -c deepchem -c rdkit -c conda-forge -c omnia \
    zlib \
    requests \
    xgboost \
    simdna \
    biopython \
    pillow \
    setuptools \
    numpy
yes | pip install $tensorflow==2.1.0 tensorflow-probability