im fairly new to TensorFlow but type hints taking forever to popup are kinda getting on my nerves now so I was curious if anybody knew any fixes.
while using TensorFlow 2.0 in vscode jupyter notebook the intellisense dropdown takes up to 2 seconds to actually appear. this only happens when I import TensorFlow, so no other library slows down my IntelliSense.
im on a Mac intel chip for reference. not the fastest machine but still.
- restarting everything
- updating tensorflow
using these two imports seemed to help a bit
from tensorflow.keras.layers import Dense, Flatten, Conv2D
from tensorflow.keras import Model