module 'torch.nn' has no attribute silu
时间: 2023-09-29 14:06:19 浏览: 222
PyTorch里面的torch.nn.Parameter()详解
3星 · 编辑精心推荐
"module 'torch.nn' has no attribute silu"错误是因为在torch.nn模块中没有名为silu的属性。根据引用和引用的信息,这可能是因为您使用的torch版本较低,该版本的torch.nn模块中没有实现silu函数。要解决这个问题,您可以考虑使用更高版本的torch,或者查看官方文档以确定具体版本中是否包含了silu函数。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* *3* [AttributeError: module ‘torch.nn‘ has no attribute ‘SiLU‘问题的解决办法](https://blog.csdn.net/ggggod_lei/article/details/128266993)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 100%"]
[ .reference_list ]
阅读全文