Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove _init_paths - use module name directly instead #434

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rsugumar
Copy link

@rsugumar rsugumar commented Sep 2, 2021

  • With this straight forward import changes, it's easier for code navigation.
  • Additionally, when one wants to load the model from torch.hub, it'd avoid import clashes (models importing clashes - local submodule - src.lib.models and torch downloaded in caching module models, originally motivated me for this PR)

@rsugumar rsugumar changed the title remove _init_paths - use module name directly instead remove _init_paths - use module name directly instead Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant