Esamsta1

- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
Esamsta1 created a post, CompletedSSL error in accessing MNIST dataset
While trying to open the MNIST dataset... from keras.datasets import mnist(train_images, train_labels), (test_images, test_labels) = mnist.load_data() I get an SSL error... Exception: URL fetch fai... -
Esamsta1 created a post, Problem with pip in PyCharm settings dialog
When trying to install modules from PyCharm's settings dialog (Linux), I get the following error... Error: Traceback (most recent call last): File "/home/eric/Desktop/pycharm-2017.3.4/helpers/pack... -
Esamsta1 created a post, CompletedTensorFlow crashes
Has anyone been able to get tensorflow running on PyCharm for Macintosh? My attempts simply crash python when I merely try to "import tensorflow". There is no traceback in PyCharm - the python in... -
Esamsta1 created a post, Tensorflow crashes
I am trying to configure tensorflow in PyCharm Pro for Python 3.6.4 on OSX. Using the Preferences menu, I can install the tensorflow package, but any attempt to import tensorflow in my code result...