There were some updates. Read more here
log_preds, y = learn.tta()
probs = np.mean(np.exp(log_preds), axis=0)
You may also want to consider to use accuracy_np() (which works with numpy arrays), not accuracy()
There were some updates. Read more here
log_preds, y = learn.tta()
probs = np.mean(np.exp(log_preds), axis=0)
You may also want to consider to use accuracy_np() (which works with numpy arrays), not accuracy()