Mehran Ziadloo
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Created Facing problems using a remote interpreter run in a tensorflow-gpu Docker
AnsweredI'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... -
Created Debugging two instances of the same project simultaneously
AnsweredI'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... -
Created 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 ...