brain-research / tensorfuzz

A library for performing coverage guided fuzzing of neural networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in examples - TypeError: Cannot interpret feed_dict key as Tensor: The name 'save/Const:0' refers to a Tensor which does not exist. The operation, 'save/Const', does not exist in the graph.

badrid75 opened this issue · comments

I am using TF 1.15.0
I am trying to run the examples and get the following error during fuzzing,
TypeError: Cannot interpret feed_dict key as Tensor: The name 'save/Const:0' refers to a Tensor which does not exist. The operation, 'save/Const', does not exist in the graph.