-
Notifications
You must be signed in to change notification settings - Fork 45.3k
Closed
Labels
models:officialmodels that come under official repositorymodels that come under official repositorytype:bugBug in the codeBug in the code
Description
All versions from r2 to master, which states using TF 2, still uses tf.logging in compute_bleu.py. Here is an example of master.
models/official/nlp/transformer/compute_bleu.py
Lines 144 to 148 in f59c465
| if __name__ == "__main__": | |
| tf.logging.set_verbosity(tf.logging.INFO) | |
| define_compute_bleu_flags() | |
| FLAGS = flags.FLAGS | |
| app.run(main) |
Metadata
Metadata
Labels
models:officialmodels that come under official repositorymodels that come under official repositorytype:bugBug in the codeBug in the code