Hey, it is sometimes confusing whether it's "triteia" or "tritea", might better to reframe both naming as one.
Also, need to update the documentation about how to import methods.
For example
from triteia.config import TensorflowConfig should from tritea.triteia.config import TensorflowConfig
Hey, it is sometimes confusing whether the package name is triteia or tritea. It might be better to standardize the naming and use a single naming throughout the project and documentation.
Also, the documentation needs to be updated regarding import paths. For example:
from triteia.config import TensorflowConfig should be: from tritea.triteia.config import TensorflowConfig
Hey, it is sometimes confusing whether it's "
triteia" or "tritea", might better to reframe both naming as one.Also, need to update the documentation about how to import methods.
For example
from triteia.config import TensorflowConfig should from
tritea.triteia.config import TensorflowConfigHey, it is sometimes confusing whether the package name is triteia or tritea. It might be better to standardize the naming and use a single naming throughout the project and documentation.
Also, the documentation needs to be updated regarding import paths. For example:
from triteia.config import TensorflowConfigshould be:from tritea.triteia.config import TensorflowConfig