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
As far as I understand from expressions such as np.arange(min(n_train, train[1].shape[0])) in test_fn, targets must be list/tuple right now, although they can be dict in Keras to allow models with multiple outputs. So it would be nice to add dict target support, at some point. So I am adding this issue just as a TODO item.
The text was updated successfully, but these errors were encountered:
As far as I understand from expressions such as
np.arange(min(n_train, train[1].shape[0]))
intest_fn
, targets must be list/tuple right now, although they can be dict in Keras to allow models with multiple outputs. So it would be nice to add dict target support, at some point. So I am adding this issue just as a TODO item.The text was updated successfully, but these errors were encountered: