ShenLiang
ShenLiang
import paddlehub as hub face_landmark = hub.Module(directory="face_landmark_localization/") face_landmark.set_face_detector_module(hub.Module(name="pyramidbox_lite_mobile")) result = face_landmark.keypoint_detection(paths=['./imgs/15.jpeg'], visualization=True, output_dir='./output') 通过 directory 的方式使用 face_landmark_localization/ 调试 hub 源码,一直返回 __model__ 文件不存在 但是 通过 name 方式 直接 face_landmark = hub.Module(name="face_landmark_localization")...
Add isend irecv batch_isend_irecv reduce_scatter PADDLEPADDLE_PR=43683
add ernie dataset
[Don't Merge]Checkout Mp=8
[Dont Merge]check mp bug
add yaml for gpt
Add epoch for engine
fix standard doc