這篇文章主要講解了“Tensorflow1.X遷移到2.0的教程”,文中的講解內(nèi)容簡(jiǎn)單清晰,易于學(xué)習(xí)與理解,下面請(qǐng)大家跟著小編的思路慢慢深入,一起來研究和學(xué)習(xí)“Tensorflow1.X遷移到2.0的教程”吧!
創(chuàng)新互聯(lián)10多年成都企業(yè)網(wǎng)站建設(shè)服務(wù);為您提供網(wǎng)站建設(shè),網(wǎng)站制作,網(wǎng)頁設(shè)計(jì)及高端網(wǎng)站定制服務(wù),成都企業(yè)網(wǎng)站建設(shè)及推廣,對(duì)格柵板等多個(gè)領(lǐng)域擁有豐富建站經(jīng)驗(yàn)的網(wǎng)站建設(shè)公司。
tf_upgrade_v2 --infile yolov3.py --outfile yolov3.py
tf_upgrade_v2 --intree yolov3/ --outtree yolov3/ --copyotherfiles False
1.轉(zhuǎn)換好之后可能會(huì)報(bào)類似于“tf.placeholder() is not compatible with eager execution”這樣的錯(cuò),只需要在正常import tensorflow后面加上這一句:
import tensorflow as tftf.compat.v1.disable_eager_execution()
2.tf2.0版本棄用了類似于tf.flags這樣的庫,可能要重新裝absl.flags或切換至 tensorflow/addons 中的軟件包來成功遷移代碼。
感謝各位的閱讀,以上就是“Tensorflow1.X遷移到2.0的教程”的內(nèi)容了,經(jīng)過本文的學(xué)習(xí)后,相信大家對(duì)Tensorflow1.X遷移到2.0的教程這一問題有了更深刻的體會(huì),具體使用情況還需要大家實(shí)踐驗(yàn)證。這里是創(chuàng)新互聯(lián),小編將為大家推送更多相關(guān)知識(shí)點(diǎn)的文章,歡迎關(guān)注!