eole-nlp / eole

Open language modeling toolkit based on PyTorch
https://eole-nlp.github.io/eole
MIT License
53 stars 11 forks source link

Simplify __init__ files, remove some unused code #52

Closed francoishernandez closed 3 months ago

francoishernandez commented 3 months ago

This should clarify some imports and somewhat reduce the risk of circular imports. Note: we might use some register_encoder/decoder logic at some point, but it's currently not used, so let's clean up.