Coder Social home page Coder Social logo

cdsw-demo-short's People

Contributors

chrisegner avatar tobyhferguson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cdsw-demo-short's Issues

Error when running tensorflow.py

extracting data/MNIST/train-images-idx3-ubyte.gz
IOError: CRC check failed 0xdfe60fa != 0xa6c4b92fL
IOErrorTraceback (most recent call last)
in engine
----> 1 mnist = input_data.read_data_sets('data/MNIST/', one_hot=True)

/home/cdsw/.local/lib/python2.7/site-packages/tensorflow/contrib/learn/python/learn/datasets/mnist.pyc in read_data_sets(train_dir, fake_data, one_hot, dtype, reshape, validation_size)
227 SOURCE_URL + TRAIN_IMAGES)
228 with open(local_file, 'rb') as f:
--> 229 train_images = extract_images(f)
230
231 local_file = base.maybe_download(TRAIN_LABELS, train_d

Import error when running tensorflow with 5/5 path settings

First couple of errors from running the 3_tensorflow.py (other py ran ok):

Import MNIST data

from tensorflow.examples.tutorials.mnist import input_data
AttributeError: 'module' object has no attribute 'computation'
AttributeErrorTraceback (most recent call last)
in engine
----> 1 from tensorflow.examples.tutorials.mnist import input_data

/home/cdsw/.local/lib/python2.7/site-packages/tensorflow/examples/tutorials/mnist/init.py in ()
19 from future import print_function
20
---> 21 from tensorflow.examples.tutorials.mnist import input_data
22 from tensorflow.examples.tutorials.mnist import mnist

/home/cdsw/.local/lib/python2.7/site-packages/tensorflow/examples/tutorials/mnist/input_data.py in ()
27 from six.moves import xrange # pylint: disable=redefined-builtin
28 import tensorflow as tf
---> 29 from tensorflow.contrib.learn.python.learn.datasets.mnist import read_data_sets

Update to sparklyr latest

We're currently installing sparklyr from github. That's no longer required. Should install directly from CRAN.

Probably dplyr too ...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.