Skip to content
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

Support Apple Silicon Processor #43

Closed
mezhevikin opened this issue Mar 30, 2021 · 5 comments
Closed

Support Apple Silicon Processor #43

mezhevikin opened this issue Mar 30, 2021 · 5 comments

Comments

@mezhevikin
Copy link

mezhevikin commented Mar 30, 2021

Hi. I try run Enhancer on Mac Book Air M1, but I'm getting an error:

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2021-03-30 14:41:04.891048: F tensorflow/core/platform/cpu_feature_guard.cc:37] The TensorFlow library was compiled to use SSE4.1 instructions, but these aren't available on your machine.
qemu: uncaught target signal 6 (Aborted) - core dumped
Aborted
@bdwyer2
Copy link

bdwyer2 commented Mar 31, 2021

Hi @mezhevikin

I don't currently have an arm machine to test on but you can try changing line # 17 in the Dockerfile to this:
docker pull quay.io/codait/max-base:arm-arm32v7-latest

You may also need to change the tensorflow version in the requirements.txt file if there in not a tensorflow build for your CPU. See this issue for more info IBM/MAX-Object-Detector#72 (comment)

@bdwyer2
Copy link

bdwyer2 commented Apr 1, 2021

I opened PR #44 to work on this

@fharper
Copy link

fharper commented Jan 21, 2022

 See this issue for more info IBM/MAX-Object-Detector#72 (comment)

Unfortunately, TensorFlow still doesn't support M1 chipset (arm64/ARMv8).

@fharper
Copy link

fharper commented Jan 31, 2022

@mezhevikin is this fixed? @bdwyer2 PR isn't merged yet.

@bdwyer2
Copy link

bdwyer2 commented Jan 31, 2022

Hi @fharper, I am no longer involved with this project. Maybe @kmh4321 can provide an update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants