Commit 36df9ace authored by dibya's avatar dibya
Browse files

Changing Conv2d to Conv2D in test_mnist.py

parent 8b677cd0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
"""Asynchronous Advantage Actor-Critic (A3C) algorithm for reinforcement learning."""


from deepchem.models import TensorGraph
from deepchem.models.tensorgraph import TFWrapper
from deepchem.models.tensorgraph.layers import Feature, Weights, Label, Layer