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
Is there a simple way to access the true class labels so that they are in the same order as the predicted labels after calling predict() using a BatchLoader?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a simple way to access the true class labels so that they are in the same order as the predicted labels after calling predict() using a BatchLoader?
loader_te = BatchLoader(dataset = test, batch_size=batch_size, mask=True, shuffle=False)
predictions = modelGCN.predict(loader_te.load(), steps = loader_te.steps_per_epoch)
Beta Was this translation helpful? Give feedback.
All reactions