File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1616 path : /addons/tutorials/optimizers_conditionalgradient
1717- title : TQDM Progress Bar
1818 path : /addons/tutorials/tqdm_progress_bar
19+ - title : Seq2Seq for Translation
20+ path : /addons/tutorials/networks_seq2seq_nmt
Original file line number Diff line number Diff line change 3030import tensorflow_addons as tfa
3131
3232from tensorflow_docs .api_generator import generate_lib
33- from tensorflow_docs .api_generator import parser
3433from tensorflow_docs .api_generator import public_api
3534
36- from tensorflow .python .util import tf_inspect
37-
38- # Use tensorflow's `tf_inspect`, which is aware of `tf_decorator`.
39- parser .tf_inspect = tf_inspect
40-
4135PROJECT_SHORT_NAME = "tfa"
4236PROJECT_FULL_NAME = "TensorFlow Addons"
4337
You can’t perform that action at this time.
0 commit comments