In Pycharm, I have the following line:
from theano import function, config, shared, sandbox
The words function, config, shared and sandbox are underlined in red. And when I hover over them I get a "unnresolved reference" tooltip appearing.
The imports are valid and I can run the script. Why is the reference unresolved?