Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using 2-D input instead of 4-D input matrix #5

Open
Mehra9999 opened this issue Jan 15, 2019 · 0 comments
Open

Using 2-D input instead of 4-D input matrix #5

Mehra9999 opened this issue Jan 15, 2019 · 0 comments

Comments

@Mehra9999
Copy link

Instead of using your feature extractor, we used a different framework for feature extraction. Our h5 file input is in the form of a 2D-matrix(FRAMES, FEATUREDIM) as opposed to the h5 file with 4D-matrix(Frame, Featuredim, Row, Column) generated by feature extraction code of your library. Could you tell us the changes required in your evaluate_ucf101_rgb_ALSTM.py code to process such an input?

THEANO_FLAGS='floatX=float64,device=cpu,mode=FAST_RUN,nvcc.fastmath=True' python evaluate_ucf101_rgb_ALSTM.py is our command entered in terminal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant