You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to run encoder but on decoder i am getting this error:
ValueError: Layer model_2 expects 1 input(s), but it received 2 input tensors. Inputs received: [<tf.Tensor 'IteratorGetNext:0' shape=(None, 25088) dtype=float32>, <tf.Tensor 'IteratorGetNext:1' shape=(None, 34) dtype=int32>]
ON evaluate_call of PRUNED50 RESNET AND 50% PRUNED LSTM
The text was updated successfully, but these errors were encountered:
I was able to run encoder but on decoder i am getting this error:
ValueError: Layer model_2 expects 1 input(s), but it received 2 input tensors. Inputs received: [<tf.Tensor 'IteratorGetNext:0' shape=(None, 25088) dtype=float32>, <tf.Tensor 'IteratorGetNext:1' shape=(None, 34) dtype=int32>]
ON evaluate_call of PRUNED50 RESNET AND 50% PRUNED LSTM
The text was updated successfully, but these errors were encountered: