텐서플로우:: 작전:: V2체크포인트 병합
#include <io_ops.h>
V2 형식 관련: 샤딩된 체크포인트의 메타데이터 파일을 병합합니다.
요약
그만큼
결과는 하나의 물리적 메타데이터 파일과 이름이 바뀐 데이터 파일을 포함하는 하나의 논리적 체크포인트입니다.
분할된 체크포인트 설정에서 여러 체크포인트를 "그룹화"하기 위한 것입니다.
delete_old_dirs가 true인 경우 입력 checkpoint_prefixes에서 각 경로의 dirname을 반복적으로 삭제하려고 시도합니다. 이는 해당 경로가 사용자에게 공개되지 않는 임시 위치인 경우에 유용합니다.
인수:
- 범위: 범위 개체
- checkpoint_prefixes: 병합할 V2 체크포인트의 접두사입니다.
- Destination_prefix: 스칼라. 원하는 최종 접두사입니다. checkpoint_prefix 중 하나와 동일할 수 있습니다.
선택적 속성( Attrs
참조):
- delete_old_dirs: 위를 참조하세요.
보고:
- 생성된
Operation
생성자와 소멸자 | |
---|---|
MergeV2Checkpoints (const :: tensorflow::Scope & scope, :: tensorflow::Input checkpoint_prefixes, :: tensorflow::Input destination_prefix) | |
MergeV2Checkpoints (const :: tensorflow::Scope & scope, :: tensorflow::Input checkpoint_prefixes, :: tensorflow::Input destination_prefix, const MergeV2Checkpoints::Attrs & attrs) |
공개 속성 | |
---|---|
operation |
공공 기능 | |
---|---|
operator::tensorflow::Operation () const |
공개 정적 함수 | |
---|---|
DeleteOldDirs (bool x) |
구조체 | |
---|---|
텐서플로우:: ops:: MergeV2Checkpoints:: 속성 | MergeV2Checkpoints 에 대한 선택적 속성 설정자입니다. |
공개 속성
작업
Operation operation
공공 기능
V2체크포인트 병합
MergeV2Checkpoints( const ::tensorflow::Scope & scope, ::tensorflow::Input checkpoint_prefixes, ::tensorflow::Input destination_prefix )
V2체크포인트 병합
MergeV2Checkpoints( const ::tensorflow::Scope & scope, ::tensorflow::Input checkpoint_prefixes, ::tensorflow::Input destination_prefix, const MergeV2Checkpoints::Attrs & attrs )
연산자::텐서플로우::작업
operator::tensorflow::Operation() const
공개 정적 함수
이전디렉터 삭제
Attrs DeleteOldDirs( bool x )