Git Product home page Git Product logo

a-recsys's Issues

Shapes are incompatible

I use tensorflow r0.12 to run ml-1m dataset and i get the following error.

Traceback (most recent call last):
File "/home/endy/PycharmProjects/recommender/lstm/run.py", line 720, in
main()
File "/home/endy/PycharmProjects/recommender/lstm/run.py", line 717, in main
train()
File "/home/endy/PycharmProjects/recommender/lstm/run.py", line 360, in train
train_set, dev_set, test_set, embAttr, START_ID, item_population, p_item, _, _ = read_data(task)
File "/home/endy/PycharmProjects/recommender/lstm/run.py", line 299, in read_data
embAttr = embed_attribute.EmbeddingAttribute(u_attr, i_attr, FLAGS.batch_size, FLAGS.n_sampled, _buckets[-1], FLAGS.use_sep_item, item_ind2logit_ind, logit_ind2item_ind, devices=devices)
File "/home/endy/PycharmProjects/recommender/lstm/attributes/embed_attribute.py", line 116, in init
self.update_sampled = self._pass_sampled_items(prefix, device=devices[-1])
File "/home/endy/PycharmProjects/recommender/lstm/attributes/embed_attribute.py", line 337, in _pass_sampled_items
mulhot_indices = batch_slice2(self.att[prefix][1][i], b, s, self.n_sampled)
File "/home/endy/PycharmProjects/recommender/lstm/attributes/mulhot_index.py", line 46, in batch_slice2
return tf.concat(res, 0)
File "/home/endy/.virtualenvs/tensorflow/local/lib/python2.7/site-packages/tensorflow/python/ops/array_ops.py", line 1122, in concat
).assert_is_compatible_with(tensor_shape.scalar())
File "/home/endy/.virtualenvs/tensorflow/local/lib/python2.7/site-packages/tensorflow/python/framework/tensor_shape.py", line 756, in assert_is_compatible_with
raise ValueError("Shapes %s and %s are incompatible" % (self, other))
ValueError: Shapes (1024, ?) and () are incompatible

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.