Issue
When I am trying to do "import gin.tf" I am getting this error ModuleNotFoundError: No module named 'gin'. What should I do to resolve this? I updated tensorflow recently so I don't think its a problem with the version.
Solution
I found the solution here.
Just use:
pip install gin-config==0.1.1
Answered By - Madhuparna Bhowmik
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.