-
Notifications
You must be signed in to change notification settings - Fork 123
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
modified: pool_text_to_hdf5_data.py #1
base: recurrent
Are you sure you want to change the base?
Conversation
change fsg to tsg
when I run the commad : python s2vt_captioner.py -m s2vt_vgg_rgb , it shows the following errors. Someone help me? Thanks very much. Setting up LSTM NET |
I have the same error, and I found the recurrent_param in the cafffe.proto. So I solved this problem by changing the captioner.py |
The model and data cannot be downloaded using 'get_s2vt.sh'. |
@zhengziqiang What changes did you make to captioner.py to resolve that error? |
@gwljf@imag2046@zhengziqiang @Miffy1216 @tejus-gupta |
Fir the MSVD dataset, the train validation and test features (for all
frames) are all here:
https://www.dropbox.com/sh/whatkfg5mr4dr63/AACKCO3LwSsHK4_GOmHn4oyYa?dl=0
The download_data.sh script downloads the pre-processed video features.
…On Oct 21, 2017 10:02 PM, "Victoria2333" ***@***.***> wrote:
@gwljf ***@***.***@zhengziqiang @Miffy1216
<https://github.com/miffy1216> @tejus-gupta
<https://github.com/tejus-gupta>
Hi,May I ask if you have MSVD Youtube video dataset??? If you do ,would
you mind sending it to me???
I'm in desperate need for this but google is forbidden recently, and my
email address is ***@***.***
Thank you for your attention~~~
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAWOcvarAjfFnI6spxv7gbMyrjgxGWzwks5surBigaJpZM4H_U9M>
.
|
@zhengziqiang I have the same error, can you tell me how to fix that problem in captioner.py. |
When I run the s2vt_captioner.py I get the following error: mkldnn_concat_layer.cpp:139] Check failed: dim_src == bottom[i]->shape().size() (4 vs. 3) I am running on intel caffe version 1.1.0 in cpu only mode. How can I resolve the same? |
Hi, when I run the extract_vgg_fetures.py and s2vt_captioner.py I get the following error: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) I couldn't find the exact reason for the error. How can i fix it? Could it be because of the caffe compilation? |
change fsg to tsg