码迷,mamicode.com
首页 >  
搜索关键字:runtimeerror    ( 78个结果
RuntimeError: Assertion `cur_target >= 0 && cur_target < n_classes' failed
运行torch函数 torch.nn.functional.cross_entropy(pre, label, ignore_index=0)时报错,pre的shape为[ batch_size , n] label 的shape为[ batch_size]. 其中batch_size是batch的 ...
分类:其他好文   时间:2020-01-08 23:16:38    阅读次数:248
pytorch 参数注册问题
在实现deepfm是进行特征编码时遇到RuntimeError: Function AddBackward0 returned an invalid gradient at index 1 - expected type torch.FloatTensor but got torch.cuda.Fl ...
分类:其他好文   时间:2019-11-19 15:44:47    阅读次数:186
[flask初学问题]RuntimeError: No application found. Either work inside a view function or push an application context. See http://flask-sqlalchemy.pocoo.org/contexts/
看B站视频学习flask-SQLalchemy时,报错RuntimeError: No application found. Either work inside a view function or push an application context. See http://flask-sql ...
分类:移动开发   时间:2019-10-31 18:10:44    阅读次数:490
python3.7.3使用web.py报错解决办法 and RuntimeError: generator raised StopIteration
这是想要创建一个用python编写的web项目。但是首先要确定自己的web.py已经安装成功了。 安装的命令是: pip install web.py==0.40-dev1 运行官网的如下的实例: import weburls = ('/(.*)', 'hello')app = web.applic ...
分类:编程语言   时间:2019-08-13 15:49:52    阅读次数:2035
maskrcnn-benchmark训练注意事项
RuntimeError: copy_if failed to synchronize: device-side assert triggered 原因:学习率设置过大https://github.com/facebookresearch/maskrcnn-benchmark/issues/658 ...
分类:其他好文   时间:2019-08-04 01:03:33    阅读次数:160
BUGET
RuntimeError: An attempt has been made to start a new process before the current process has finished its bootstrapping phase. This probably means tha ...
分类:其他好文   时间:2019-07-17 14:07:44    阅读次数:131
pytorch--cpu与gpu load时相互转化
pytorch cpu与gpu load时相互转化 torch.load(map_location=)学习 将gpu改为cpu时,遇到一个报错:RuntimeError: Attempting to deserialize object on a CUDA device but torch.cuda ...
分类:其他好文   时间:2019-06-06 18:54:18    阅读次数:237
开发过程遇到问题1
在使用Django框架的时候,由于忘记打开mysql服务了,导致无法链接mysql数据库,报错如下: raise RuntimeError("cryptography is required for sha256_password or caching_sha2_password") Runtime ...
分类:其他好文   时间:2019-05-19 12:08:18    阅读次数:220
Pytorch的runtime error
RuntimeError: bool value of Tensor with more than one value is ambiguous 运行下面这段代码的时候出错了,后来网上搜说改成 if w1.grad is not None: 可以通过。 ...
分类:其他好文   时间:2019-04-24 15:59:37    阅读次数:1923
40行代码的人脸识别实践——RuntimeError: Error while calling cudnnCreate
RuntimeError: Error while calling cudnnCreate(&handles[new_device_id]) in file C:\Users\Administrator\AppData\Local\Temp\pip-install-xops6emn\dlib\dli ...
分类:其他好文   时间:2019-02-15 13:22:22    阅读次数:1242
78条   上一页 1 2 3 4 5 ... 8 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!