- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
There is "--data_type" parameter in mo_caffe.py to transfer to FP16 , but these is none in mo.tf.py. How to transfer tensorflow model to FP16 ?
링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi dilu55,
The --data_type parameter is also available for mo_tf.py. It is not mentioned in the documentation but running python mo_tf.py --help will give you all the list of acceptable parameters( including this of course).
