Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 364357405
rchen152 authored and derpson committed Mar 26, 2021
1 parent 53326fe commit d9fb969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glassy_dynamics/train.py
Original file line number Diff line number Diff line change
@@ -180,7 +180,7 @@ def train_model(train_file_pattern: Text,
mlp_kwargs: Optional[Dict[Text, Any]] = None,
edge_threshold: float = 2.0,
measurement_store_interval: int = 1000,
checkpoint_path: Optional[Text] = None) -> float:
checkpoint_path: Optional[Text] = None) -> float: # pytype: disable=annotation-type-mismatch
"""Trains GraphModel using tensorflow.
Args:

0 comments on commit d9fb969

Please sign in to comment.