网站首页
编程语言
数据库
系统相关
其他分享
编程问答
mydlenv
2023-02-16
NotImplementedError: Cannot convert a symbolic Tensor (sequential_1/simple_rnn_1/strided_slice:0) to
model.fit NotImplementedError:CannotconvertasymbolicTensor toanumpyarray. Epoch1/100 -----------------------------------------
2023-01-30
AttributeError: module 'tensorflow' has no attribute 'keras'
model=tf.keras.models.Sequential 解决方法:将model=tf.keras.models.Sequential()替换成model=tf.python.keras.models.Sequential(),成功执行model=tf.python
2023-01-28
jupyter notebook配置虚拟环境
查看anaconda3安装了哪些虚拟环境condaenvlist或condainfo-e确认当前存在什么虚拟环境。 [rin]#condaenvlist#condaenvironments:#