-
Notifications
You must be signed in to change notification settings - Fork 7.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu arm64 编译paddle源代码失败 #9465
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update doc for whl
…nto rfl_branch
增加了8000张电子印章数据集的文档
* add ser+re hub serving * fix
* add ser+re hub serving * fix
Update datasets.md
updata paddle2onnx en doc
add text recognition algorithm rflearning
[MLU]adapt mlu device for running dbnet network
add re to ppstructure system
…nto drrg_branch
update table_recognition.md
* Update PP-OCRv3_det_train.md * Update knowledge_distillation.md
…ile (#10181) * Fix fitz camelCase deprecation and .PDF not being recognized as pdf file * refactor get_image_file_list function
Add preprocessing to options
…ry's start-time not found module error. (#10502)
* modification of return word box * update_implements * Update rec_postprocess.py * Update utility.py
* add en doc * fix dead link & test=document_fix * fix dead link & test=document_fix * update args default type & test=document_fix * fix doc & test=document_fix * fix pdf2word in whl
Co-authored-by: Shubham Chambhare <[email protected]>
* fix memory leak * update: Using smart pointers instead of raw pointers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
按照官方的文档: https://www.paddlepaddle.org.cn/documentation/docs/zh/install/compile/linux-compile.html, 在Ubuntu18.04版本, 使用Docker方式编译源代码失败, 信息如下:
root@iZ2ze0gtsdv2iyxtqcwz85Z:~/Paddle# docker run --name paddle-v6 -v $PWD:/paddle --network=host -it registry.baidubce.com/paddlepaddle/paddle:latest-dev /bin/bash
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /bin/bash: exec format error
没有arm版本的docker镜像
请问, 官方能否提供一个arm64版本的docker镜像, 在项目中直接使用即可
或者官方提供一个编译好的paddle库, 项目直接引入