Mehran Ziadloo
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
Mehran Ziadloo 创建了一个帖子, 已回答Facing problems using a remote interpreter run in a tensorflow-gpu Docker
I'm trying to run/debug the following Python script inside a tensorflow docker(with gpu enabled): import tensorflow as tfhello = tf.constant('Hello, TensorFlow!')sess = tf.Session()print(sess.run(h... -
-
Mehran Ziadloo 创建了一个帖子, 已回答Debugging two instances of the same project simultaneously
I'm trying to debug two instances of the same project simultaneously. I have this "worker" project which in real life there might be a number of them running all at the same time. Right now I'm tes... -
-
Mehran Ziadloo 创建了一个帖子, Problem with configuring PhpStorm for Typescript
I'm trying to give typescript a shot in PhpStorm for the first time so I'm following the installation steps mentioned in PhpStorm's documentation:Preparing for TypeScript development Make sure the ...