Giter VIP home page Giter VIP logo

rnn_basketball's People

Contributors

rajshah4 avatar robromijnders avatar sealneaward avatar zhaoyu611 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rnn_basketball's Issues

tf.nn.cell not a real function

Hello again,

In line 56 of model.py, there is the line:
outputs, _ = tf.nn.rnn(cell, inputs, initial_state=initial_state)

To the best of my knowledge, tf.nn.rnn is not a real function. What should it be instead?

Thanks!

How to predict trajectory after training ?

-Are you feeding one complete trajectory as a sequence ?
-If I set MDN to True then we are predicting the trajectory from a starting point to the basket right ?
-After training the model, how can I test the model (the trajectory prediction) ? Assume that I have a predefined starting point and goal point.
-How to predict a new trajectory after training ?

Thank you in advance.

Tensorflow Has No Module 'inv'

Was running through the model and found a compilation error.

Traceback (most recent call last):
  File "main.py", line 85, in <module>
    model = Model(config)
  File "/home/neil/projects/RNN_basketball/model.py", line 101, in __init__
    normalize_theta = tf.inv(tf.reduce_sum(self.theta, 1, keep_dims=True))
AttributeError: 'module' object has no attribute 'inv'

It looks like inv was deprecated.

tf.unpack is deprecated

Hello,

tf.unpack in model.py is deprecated, in favor of tf.unstack, which leads to an error. This is easily fixable for the user, but I thought you should know. Thanks!

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.