Pycharm查看源代码的问题
摘要:
```
linear = torch.nn.Linear() # 无法查看Linear的源代码
```
```
from torch.nn import Linear
linear = Linear() # 可以查看Linear的源代码
``` 阅读全文
posted @ 2019-07-12 11:24 Frank_Allen 阅读(1440) 评论(0) 推荐(0) 编辑
posted @ 2019-07-12 11:24 Frank_Allen 阅读(1440) 评论(0) 推荐(0) 编辑