This repository was archived by the owner on Nov 29, 2022. It is now read-only.

Description
just to notify others, when i installed focal loss using pip install focal-loss, i couldn't import tensorflow nor keras libraries.
so to avoid this happen to you, please note that you have to put --user after the line code of focal installation, just as below:
pip install focal-loss --user