GateNLP / gate-lf-pytorch-json

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

Make sure python Path methods are compatible with 3.x < 3.6 #16

Open johann-petrak opened 6 years ago

johann-petrak commented 6 years ago

In earlier versions, path objects could not be used in place of strings, so need to use str(pythonpath) instead to be compatible with 3.5 and earlier.