Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

GoogleNet evaluation results

$
0
0

@chimouta wrote:

Hi,
I implemented GoogleNet in python using the code lines provided in this link : https://www.analyticsvidhya.com/blog/2018/10/understanding-inception-network-from-scratch/

When, I want to eveluate the model using :
test_eval = model.evaluate(x_test, [y_test, y_test, y_test], verbose=0)
I got 7 values while I am expecting to have only 2: one for loss and one for accuracy.
Can anyone help understand what’s the meaning of the values I’ve got please?

The values are ::
test_eval = [0.6040912283817306, 0.19793552160263062, 0.19715620577335358, 0.2089994102716446, 0.9119687676429749, 0.913406252861023, 0.8989687561988831]

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles