Sungjoo Ha
Sungjoo Ha
It seems that adding morphological dictionary is possible but requires a rebuild of resources that khaiii uses. No additional code change seems to be required for this. Refer to the...
Our internal framework is still dependent on older TF versions. We're currently migrating to newer versions and plan to adopt appropriate coding style in the future, but for now, we...
It should resume from the last checkpoint if the same training path is given.
Redirecting the output to a file is the easiest way to handle this.
If you have GPU enabled, it should exploit GPUs.
Refer to `run_inference` of `helper/base.py`.