Inception modules are used in image recognition tasks. The key metric to check is accuracy, which tells us how many images the model labels correctly. Because Inception modules help the model learn features at different scales, accuracy shows if this helps the model see details better.
Besides accuracy, top-5 accuracy is also important. It checks if the correct label is among the model's top 5 guesses, useful when many classes look similar.