博客
关于我
multivariate_normal TypeError: ufunc ‘add‘ output (typecode ‘O‘) could not be coerced to provided……
阅读量:795 次
发布时间:2023-02-10

本文共 608 字,大约阅读时间需要 2 分钟。

项目场景

项目涉及使用sequence train;lstm; sketchrnn等技术进行手写文本生成。


问题描述

在运行过程中遇到以下错误:

Traceback (most recent call last):

File "sample.py", line 81, in sample_stroke()

sample_stroke()

File "sample.py", line 42, in sample_stroke

[strokes, params] = model.sample(sample_args.sample_length)

File "/root/Handwriting/RNN-Handwriting-Generation-Pytorch-master/model.py", line 118, in sample

mu1.data[0][idx], mu2.data[0][idx], sigma1.data[0][idx], sigma2.data[0][idx], rho.data[0][idx])

File "/root/Handwriting/RNN-Handwriting-Generation-Pytorch-master/model.py", line 96, in sample_gaussian_2d

x = np.random.multivariate_normal

转载地址:http://cqffk.baihongyu.com/

你可能感兴趣的文章
mysql中的undo log、redo log 、binlog大致概要
查看>>
Mysql中的using
查看>>
MySQL中的关键字深入比较:UNION vs UNION ALL
查看>>
mysql中的四大运算符种类汇总20多项,用了三天三夜来整理的,还不赶快收藏
查看>>
mysql中的字段如何选择合适的数据类型呢?
查看>>
MySQL中的字符集陷阱:为何避免使用UTF-8
查看>>
mysql中的数据导入与导出
查看>>
MySQL中的时间函数
查看>>
mysql中的约束
查看>>
MySQL中的表是什么?
查看>>
mysql中穿件函数时候delimiter的用法
查看>>
Mysql中索引的分类、增删改查与存储引擎对应关系
查看>>
Mysql中索引的最左前缀原则图文剖析(全)
查看>>
MySql中给视图添加注释怎么添加_默认不支持_可以这样取巧---MySql工作笔记002
查看>>
Mysql中获取所有表名以及表名带时间字符串使用BetweenAnd筛选区间范围
查看>>
Mysql中视图的使用以及常见运算符的使用示例和优先级
查看>>
Mysql中触发器的使用示例
查看>>
Mysql中设置只允许指定ip能连接访问(可视化工具的方式)
查看>>
mysql中还有窗口函数?这是什么东西?
查看>>
mysql中间件
查看>>