请问老师用的什么版本?我的V2版本有不少语法和老师不同,运行错误,想安装老师的版本。
# 需要将TensorFlow版本设置为1.x
%tensorflow_version 1.x
import tensorflow as tf
tf.__version__