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? 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
I set up a new environment using this sequence of commands:
conda create -n test-gin python=3.7 conda activate test-gin pip install torch pip install gin-config python -c "import gin.torch"
This results in the following:
Traceback (most recent call last): File "<string>", line 1, in <module> ModuleNotFoundError: No module named 'gin.torch'
Unsure what's going wrong.
Thanks in advance for the help! gin is quite cool and working well for me otherwise.
gin
The text was updated successfully, but these errors were encountered:
Try installing directly from github, we need to push a new pip package.
pip install git+https://https://github.com/google/gin-config
Sorry, something went wrong.
Great, it works! Thanks.
No branches or pull requests
I set up a new environment using this sequence of commands:
This results in the following:
Unsure what's going wrong.
Thanks in advance for the help!
gin
is quite cool and working well for me otherwise.The text was updated successfully, but these errors were encountered: