You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
well,my python version is 3.6.5 64bit,and my tensorflow version is 1.13.1.
the simple code is:
import tensorflow as tf
but the intellicode can not auto show tf method after I typed tf.
It only can show if I write "import tensorflow.python as tf",but you know,this is not right.
The text was updated successfully, but these errors were encountered:
This is due to microsoft/python-language-server#881. Once the issue is fixed in the language server and base intellisense shows up correctly for tensorflow, IntelliCode recommendations should show up as well.
well,my python version is 3.6.5 64bit,and my tensorflow version is 1.13.1.
the simple code is:
import tensorflow as tf
but the intellicode can not auto show tf method after I typed tf.
It only can show if I write "import tensorflow.python as tf",but you know,this is not right.
The text was updated successfully, but these errors were encountered: