ImportError: cannot import name ‘EfficientNetB4‘ from ‘tensorflow.keras.applications‘
backgroundwhen Iuse efficientNetB4, I found somemistake.(solutionAfter refer some websute 添加链接描述We need to install tf-nightly version. (don’t use conda , just pip)pip install tf-nightlyOK , the proble
·
background
when I use efficientNetB4, I found some mistake. (
solution
After refer some websites 添加链接描述
I know that we need to install tf-nightly version. (don’t use conda , just pip)
pip install tf-nightly
OK , the problem was debuged.
更多推荐




所有评论(0)