Hello, when I use this web (GitHub - dusty-nv/jetson-inference: Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.) to train, I want to ask a question. Below this picture is in picture, What does Acc@1 means? What does Acc@5 means?
Hi,
Acc indicates accuracy.
Acc@1 means top-1 accuracy and Acc@5 indicates top-5 accuracy.
Thanks.
