We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I think in each case the second definition overwrites the initial definition??? at least that is what I would expect.
projects/home/recap/models/config.py
BatchNormConfig is defined twice DropoutConfig is defined twice MlpConfig is defined twice
projects/home/recap/embedding/config.py
SmallEmbeddingBagConfig is defined twice
projects/home/recap/model/entrypoint.py
We have two imports stomping eachother out:
from tml.projects.home.recap.model import config as model_config_mod import tml.projects.home.recap.model.config as model_config_mod
The text was updated successfully, but these errors were encountered:
On the topic of imports, I do see a few unused imports, but that would be a patch of it's own.
I don't know if any of the imports are required as an import side-effect, one would hope not.
Sorry, something went wrong.
No branches or pull requests
I think in each case the second definition overwrites the initial definition??? at least that is what I would expect.
projects/home/recap/models/config.py
BatchNormConfig is defined twice
DropoutConfig is defined twice
MlpConfig is defined twice
projects/home/recap/embedding/config.py
SmallEmbeddingBagConfig is defined twice
projects/home/recap/model/entrypoint.py
We have two imports stomping eachother out:
The text was updated successfully, but these errors were encountered: