danielwatson6 / hate-speech-project

6 stars 1 forks source link

Find a way to avoid specifying vocab file as a hyperparameter #22

Open danielwatson6 opened 4 years ago

danielwatson6 commented 4 years ago

I suspect this can be achieved by changing how we restore a model. Instead of instantiating prior to restoring, perhaps loading the model from its graph would work as it would load the saved hash table.