Living-with-machines / DeezyMatch

A Flexible Deep Learning Approach to Fuzzy String Matching
https://living-with-machines.github.io/DeezyMatch/
Other
139 stars 34 forks source link

Single read_inputs_command with a -mode flag for train, fine-tune and inference #10

Closed kasra-hosseini closed 4 years ago

kasra-hosseini commented 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.

kasra-hosseini commented 4 years ago

PR #https://github.com/Living-with-machines/DeezyMatch/pull/36 closes this issue.