-
Notifications
You must be signed in to change notification settings - Fork 42
installing focal loss leads to tensorflow stopping #17
Comments
Hi, can you please clarify what you mean by "tensorflow stopping" or "I couldn't import tensorflow nor keras libraries"? Thanks! |
Hi @artemmavrin, note: i am using windows 10 , tesnorflow 2.6 , python 3.8.10. |
I run into the same problem.
I tried to roll back to previous version of my conda env using
|
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
The text was updated successfully, but these errors were encountered: