MoLiang

Results 4 comments of MoLiang

1. RNN(LSTM) code: ```python import torch import hiddenlayer as hl from torch import nn class RNN_Net(nn.Module): def __init__(self, input_dim, hidden_dim, output_dim, num_layers=1): super().__init__() self.hidden_dim = hidden_dim self.num_layers = num_layers self.rnn...

* 每个标题都是一个链接,链接地址就是标题名 `[标题名](#标题名)` → 要带上表示标题级别的# 有的支持TOC ,直接子要加目录的地方使用 `[TOC]`

@n0vad3v 支持,适当留白确实也是一种美学。