GateNLP / gate-lf-pytorch-json

PyTorch wrapper for the LearningFramework GATE plugin
Apache License 2.0
1 stars 2 forks source link

Make it easy to specify a model wrapper #17

Open johann-petrak opened 6 years ago

johann-petrak commented 6 years ago

Allow the user to also create and use a completely new model wrapper. This should work by constructing the module wrapper name using some suffix and using the suffix "Default" as the default suffix. The alternate model wrapper should be in the main python directory (not a subdirectory like for the model zoo)