Skip to content

Commit

Permalink
【master】update clas repo (#1413)
Browse files Browse the repository at this point in the history
* Revert "delete --privileged,test=document_fix (#1052)"

This reverts commit f177e92.

* add docker home path, test=document_fix

* test add seg case,test=document_fix

* test add seg case,test=document_fix

* test add seg case,test=document_fix

* test add seg case,test=document_fix

* test add seg case,test=document_fix

* test add seg case,test=document_fix

* add seg case,update seg repo,test=document_fix

* test add seg case,test=document_fix

* test_1104

* merge upstream master

* Revert "merge upstream master"

This reverts commit a25523b.

* fix mylog ,test=document_fix

* delete models,test=document_fix

* delete models,test=document_fix

* update nlp repo,test=document_fix

* update clas repo

* update clas repo,test=document_fix

* update clas repo,test=document_fix
  • Loading branch information
mmglove authored Mar 23, 2022
1 parent dfe9d2a commit c65f4be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion scripts/dynamic_to_static_models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cur_model_list=(dy_to_static_bert dy_to_static_mobilenet dy_to_static_resnet dy_to_st_seg dy_to_st_transformer)
cur_model_list=(dy_to_static_bert dy_to_st_seg dy_to_st_transformer)
# 20220323迁移clas 动转静到PDC,备份全量模型列表
# cur_model_list=(dy_to_static_bert dy_to_static_mobilenet dy_to_static_resnet dy_to_st_seg dy_to_st_transformer)
export log_path=${LOG_PATH_INDEX_DIR:-$(pwd)} # benchmark系统指定该参数,不需要跑profile时,log_path指向存speed的目录
# Bert
dy_to_static_bert() {
Expand Down
5 changes: 4 additions & 1 deletion scripts/static_graph_models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cur_model_list=(detection mask_rcnn image_classification seg_model transformer bert yolov3 gpt)
cur_model_list=(transformer bert gpt)

# 20220323迁移CV模型到PDC,备份全量模型
# cur_model_list=(detection mask_rcnn image_classification seg_model transformer bert yolov3 gpt)

export log_path=${LOG_PATH_INDEX_DIR:-$(pwd)} # benchmark系统指定该参数,不需要跑profile时,log_path指向存speed的目录

Expand Down

0 comments on commit c65f4be

Please sign in to comment.