tensorflow / skflow

Simplified interface for TensorFlow (mimicking Scikit Learn) for Deep Learning
Apache License 2.0
3.18k stars 439 forks source link

Version check for tensorflow #120

Closed ilblackdragon closed 8 years ago

ilblackdragon commented 8 years ago

We are removing support of older tensorflow versions (as their API is changing) so we should have a nice user-friendly message asking people to update their Tensorflow if they installed a new version of skflow with older tensorflow.

Maybe just check on the import in __init__.py

drcrook1 commented 8 years ago

Is there a way to cmd line check the version of tensor flow or via python code?

terrytangyuan commented 8 years ago

This kind of question is more suitable in stackoverflow. This repo is being removed soon. Please go to TensorFlow repo. Thanks.

Deepak5j commented 7 years ago

for windows (cmd) C:\WINDOWS\system32>python

import tensorflow as tf print(tf.version) capture

0.12.1

andlyu commented 6 years ago

is there a way of checking whether it is gcp