-
Notifications
You must be signed in to change notification settings - Fork 18
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
Tensorflow version, learning part not working #27
Comments
Hi, thank you for your interest in our work and for notifying us of this problem. |
I'm rerunning some results on the newer version of TF, if they are ok, I'll update the repo. |
Hi, Thanks for your help. _data_rgb = (_data_samples[feature_type], _data_samples['crossing'])
_data_opt_flow = (_data_samples['optical_flow'], _data_samples['crossing'])
return {'data_rgb': _data_rgb,
'ped_id': data['ped_id'],
'tte': data['tte'],
'data_opt_flow': _data_opt_flow,
'data_params_rgb': {'data_types': [feature_type],
'data_sizes': [data_type_sizes_dict[feature_type]]},
'data_params_opt_flow': {'data_types': ['optical_flow'],
'data_sizes': [data_type_sizes_dict['optical_flow']]},
'effective_dimension': effective_dimension,
'count': {'neg_count': neg_count, 'pos_count': pos_count}} In the meantime, I disabled generation step (in config file I set generator= False) and it works. However, I can't reproduce the results as they are in the paper. |
First of all, I would like to congratulate you on this great work. I try to reproduce the results and see how to integrate a new approach into this benchmark. However, not having experience with Tensorflow, I'm having a little trouble debugging the error below.
In fact, I have a problem with Tensorflow learning part of the code. The generation of feautre is going well but the learning part is not working. Below is what I get as an error. I followed all the steps you recommended. I'm using Docker and I have version 2.16 of Tensorflow.
Thanks for your help.
The text was updated successfully, but these errors were encountered: