- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试对音频文件实现 CTC 丢失,但出现以下错误:
TensorFlow has no attribute 'to_int32'
我正在运行 tf.版本 2.0.0。
我认为它与我当前使用的版本有关,因为我们看到错误是在包本身的“tensorflow_backend.py”代码中抛出的。
我已经将包导入为“tensorflow.keras.class_name”,后端为 K。下面是屏幕截图。
最佳答案
您可以按如下方式在 TensorFlow 2 中转换张量:
tf.cast(my_tensor, tf.int32)
您可以阅读 https://www.tensorflow.org/api_docs/python/tf/cast 中的方法文档
您还可以看到 to_int32
已弃用并在 TensorFlow 1 中使用 https://www.tensorflow.org/api_docs/python/tf/compat/v1/to_int32
关于python - 'tensorflow' 没有属性 'to_int32',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63516865/
我使用 String.to_int,有时会出错,例如当字符串不是 int 的表示形式时。我想捕获这些错误,或者在使用函数之前测试参数。一些想法? 谢谢 最佳答案 嗯,有人可能会争辩说,如果 stdli
我have a class它公开了一个字符串值和一个 int 值(分别是命令输出和退出代码)。除了通过 to_s 和 to_i 公开它们之外,我还使用 to_str 和 to_int,如下所示: cl
Kernel::Integer 和 Kernel::String 都通过首先尝试调用“long”方法(to_int 和to_str),然后是“短”方法(分别为to_i 和to_str)。两种方法都检查
我正在学习 Ruby,我看到了一些让我有点困惑的方法,特别是 to_s 与 to_str(同样,to_i /to_int, to_a/to_ary, & to_h/to_hash ).我读到的内容解释
我是一名优秀的程序员,十分优秀!