YeongJunKim / issue

footprint of fixed error & some tips.
0 stars 0 forks source link

텐서플로우 버전 1을 사용하는 라이브러리에서 버전 2를 사용할때 tf.__version__ 문제 #6

Open YeongJunKim opened 4 years ago

YeongJunKim commented 4 years ago

모든 import tensorflow as tf 에 대해여

import tensorflow as tf

replace with

import tensorflow.compat.v1 as tf