Open AdityaJain1030 opened 3 years ago
Try running it in colab after installing all the requirements on colab. On colab, at least you won't have any version mismatch issues.
I am too, but I still have the same errors. Could you link a working example I could reference?
Hi Team, I would like to convert the checkpoint files of pegasus to a saved_model format, that I can eventually convert to something usable in Tensorflow.js. However, when attempting to convert the model with the following code:
,I get the error
NodeDef mentions attr 'index' not in Op<name=TPUReplicatedInput; signature=inputs:N*T -> output:T; attr=N:int,min=1; attr=T:type>; NodeDef: {{node input0}}. (Check whether your GraphDef-interpreting binary is up to date with your GraphDef-generating binary.).
I assume this means I have an incorrect version of tensorflow, but I'm using version 1.15.2, which is also listed as a dependency in therequirements.txt
.Any help would be greatly appreciated.