Patrick
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 2
-
Edited Python - unresolved reference on some nested imports
AnsweredI'm observing Idea complaining about unresolved references when referencing modules inside an imported module. An example might make this clearer: from tensorflow import keraskeras.Sequential() In ...