简体   繁体   中英

cannot import name 'fmeasure_acc' from 'talos.metrics.keras_metrics'

import talos as ta

is ok in Anaconda on Windows 10, but if I need to import some commands did not recognize talos

import talos as ta
import wrangle as wr
from talos.metrics.keras_metrics import fmeasure_acc
from talos import live

ImportError: cannot import name 'fmeasure_acc' from 'talos.metrics.keras_metrics' (C:\\Users\\Libardo\\Anaconda3\\lib\\site-packages\\talos\\metrics\\keras_metrics.py)

From the Github repo: https://github.com/autonomio/talos/blob/master/talos/metrics/keras_metrics.py .

The function fmeasure_acc does not exist.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM