Skip to content

Commit

Permalink
Merge pull request deepchem#1438 from li-aolong/patch-1
Browse files Browse the repository at this point in the history
change a parameter name
  • Loading branch information
Bharath Ramsundar authored Feb 26, 2020
2 parents 1a1e02b + 112b71f commit 4844878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pdbbind/pdbbind_tf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
model = dc.models.MultitaskRegressor(
len(pdbbind_tasks),
n_features,
logdir=model_dir,
model_dir=model_dir,
dropouts=[.25],
learning_rate=0.0003,
weight_init_stddevs=[.1],
Expand Down

0 comments on commit 4844878

Please sign in to comment.