Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Hooshaya
Follow
New posts
New posts and comments
Total activity
5
Last activity
August 15, 2019 15:34
Member since
May 01, 2019 21:35
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
2
Activity overview
Posts (0)
Comments (2)
Hooshaya
commented,
August 15, 2019 15:34
This could be resolved by adding a return(0) at the end of the main(_). def main(_): x = tf.constant(5) y = tf.constant(6) result = tf.multiply(x,y) with tf.Session() as sess: ou...
Community
PyCharm
Issue exiting code
0 votes
Hooshaya
commented,
May 02, 2019 11:36
While we are waiting for a proper UX in PyCharm, take a look at this workaround: https://tinyurl.com/yy4ezp8b
Community
PyCharm
is it possible to "disconnect" from a running remote script without aborting the script itself?
0 votes