hnatt icon indicating copy to clipboard operation
hnatt copied to clipboard

Train and visualize Hierarchical Attention Networks

Results 6 hnatt issues
Sort by recently updated
recently updated
newest added

The yelp-dataset has been updated resulting in all json files. Perhaps update the readme to link to an older version of the datasets (also available in Kaggle).

Hi. Please, i would like to do attention weight visualization on transformer like you did here. Please can you help me

运行run_hnatt_viewer.py出错 raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'flask': 'flask'

I encountered an error. Does anyone has any suggestions? Please, and Thanks a lot!!! `Using TensorFlow backend. loading Yelp reviews... 0%| | 0/10000 [00:00

It seems that the Attention layer is not properly computed. In the original paper, the vectors are computed as the weights sum of the weight and hidden state (h_i), but...