oscarknagg / few-shot

Repository for few-shot learning machine learning projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metrics about ProtoNet's accuracy

zhang1hongliang opened this issue · comments

On the 5-way 1-shot task of Omniglot there are two metrics in the CSV results file: categorical_accuracy and val_1-shot_5-way_acc.

I want to confirm which metric is used to evaluate the performace of the model on the dataset: categorical_accuracy or

val_1-shot_5-way_acc?

在 Omniglot 的 5-way 1-shot 任务中,CSV 结果文件中有两个指标:categorical_accuracy 和 val_1-shot_5-way_acc。

我想确认使用哪个指标来评估模型在数据集上的性能:categorical_accuracy 或

val_1-shot_5-way_acc?

Hello, I want to know if you solved this problem