ZTKG257

Results 2 issues of ZTKG257

## 1. The entire URL of the file you are using https://github.com/tensorflow/models.git ## 2. Describe the bug When running the command " python -m object_detection.model_main_tf2 model_dir=../../workspace/training_demo/training_demo/models/my_ssd_resnet50_v1_fpn/pipeline.config" I encounter an import...

type:bug
models:research

After modifying the value of n_max_tokens in bert.cpp from "int32_t n_max_tokens = 512;" to "int32_t n_max_tokens = 10000;", I proceeded to rebuild the project. However, upon testing, the value of...