What does the `inference.py` do?
darrenzhang1007 opened this issue · 1 comments
darrenzhang1007 commented
In models.py
, There is already a process of training and testing.
What is the purpose of the inference.py
?
@nshaud
nshaud commented
What is the purpose of the
inference.py
?
The same as testing but when you do not have the ground truth labels to compute metrics on.