CODAIT / graph_def_editor

GraphDef Editor: A port of the TensorFlow contrib.graph_editor package that operates over serialized graphs
Apache License 2.0
31 stars 16 forks source link

Add type-checking code to Node constructor #44

Closed frreiss closed 3 years ago

frreiss commented 3 years ago

This PR adds some defensive type-checking to the constructor for the Node class, to hopefully catch errors like what's going on in #41 earlier in execution.

frreiss commented 3 years ago

@BryanCutler could you have a quick look at these changes, please?

BryanCutler commented 3 years ago

Sorry for the delay, @frreiss . Merged to master thanks!