Closed kasra-hosseini closed 4 years ago
Currently, we do the model inference separately (using modelInference.py) while training and fine-tuning are done in DeezyMatch. We need to merge these two files so we have one access point for the three main tasks.
modelInference.py
DeezyMatch
PR #https://github.com/Living-with-machines/DeezyMatch/pull/36 closes this issue.
Currently, we do the model inference separately (using
modelInference.py
) while training and fine-tuning are done inDeezyMatch
. We need to merge these two files so we have one access point for the three main tasks.