Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Jupyter Notebook PlaidML-Setup Issue. #562

@JMcsLk

Description

@JMcsLk

It's me again...
I solved my previous problem with AMD HD6950 OpenCL drivers. Now I tried to use plaidml as a keras backend on Jupyter Notebook. When i try to import backend i get:

`os.environ["KERAS_BACKEND"] = "plaidml.keras.backend"
os.environ["PLAIDML_DEVICE_IDS"] = " opencl_amd_cayman.0

import plaidml.keras
plaidml.keras.install_backend()
`
opencl_amd_cayman line was optional I tried without it and result was the same...

PlaidMLError: No devices found. Please run plaidml-setup. The following devices are available:
b'llvm_cpu.0'
b'opencl_cpu.0'

When I start tests in terminal as a:
plaidbench keras mobilenet

Everything works fine!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions