APMplusplus / falkon

Towards an ecosystem of tasks and concepts related to Language Technologies
Apache License 2.0
3 stars 3 forks source link

Need a better way to source paths and extend classes #6

Open saikrishnarallabandi opened 5 years ago

saikrishnarallabandi commented 5 years ago

Given the number of tasks and the dependencies, we dont wat this to be an installable thing. A docker image is a better way. In that case, need a way to refer classes. Right now sys.path is being used. I

Example: https://github.com/saikrishnarallabandi/falkon/blob/master/tasks/speech/self_assessed_affect/baseline/local/seqmodels/baseline.py

Its not neat.