-
大小: 122KB文件類型: .zip金幣: 1下載: 0 次發布日期: 2021-01-09
- 語言: Python
- 標簽:
資源簡介
訓練和可視化分層注意網絡(Hierarchical Attention Networks)
代碼片段和文件信息
import?datetime?pickle?os
import?numpy?as?np
import?keras
from?keras.models?import?*
from?keras.layers?import?*
from?keras.optimizers?import?*
from?keras.callbacks?import?*
from?keras?import?regularizers
from?keras.preprocessing.text?import?Tokenizer
from?keras.preprocessing.sequence?import?pad_sequences
from?keras?import?backend?as?K
from?keras.utils?import?CustomobjectScope
from?keras.engine.topology?import?layer
from?keras?import?initializers
from?util.text_util?import?normalize
from?util.glove?import?load_glove_embedding
#?Uncomment?below?for?debugging
#?from?tensorflow.python?import?debug?as?tf_debug
#?sess?=?K.get_session()
#?sess?=?tf_debug.LocalCLIDebugWrapperSession(sess)
#?K.set_session(sess)
TOKENIZER_STATE_PATH?=?‘saved_models/tokenizer.p‘
GLOVE_embedDING_PATH?=?‘saved_mod
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-06-29?21:27??hnatt-master\
?????文件?????????106??2018-06-29?21:27??hnatt-master\.gitignore
?????文件????????1071??2018-06-29?21:27??hnatt-master\LICENSE
?????目錄???????????0??2018-06-29?21:27??hnatt-master\app\
?????文件???????????0??2018-06-29?21:27??hnatt-master\app\__init__.py
?????文件????????1205??2018-06-29?21:27??hnatt-master\app\app.py
?????目錄???????????0??2018-06-29?21:27??hnatt-master\app\templates\
?????文件????????5804??2018-06-29?21:27??hnatt-master\app\templates\index.html
?????目錄???????????0??2018-06-29?21:27??hnatt-master\docs\
?????文件????????3793??2018-06-29?21:27??hnatt-master\docs\README.md
?????文件??????118910??2018-06-29?21:27??hnatt-master\docs\hnatt_example.png
?????文件???????10875??2018-06-29?21:27??hnatt-master\hnatt.py
?????文件?????????948??2018-06-29?21:27??hnatt-master\main.py
?????文件?????????637??2018-06-29?21:27??hnatt-master\requirements.txt
?????文件?????????127??2018-06-29?21:27??hnatt-master\run_hnatt_viewer.py
?????目錄???????????0??2018-06-29?21:27??hnatt-master\util\
?????文件???????????0??2018-06-29?21:27??hnatt-master\util\__init__.py
?????文件?????????698??2018-06-29?21:27??hnatt-master\util\glove.py
?????文件?????????633??2018-06-29?21:27??hnatt-master\util\text_util.py
?????文件????????2263??2018-06-29?21:27??hnatt-master\util\yelp.py
評論
共有 條評論