mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-08-26 08:41:23 +08:00
pytorch link
This commit is contained in:
@ -5,6 +5,8 @@ summary: A simple PyTorch implementation/tutorial of Long Short-Term Memory (LST
|
||||
---
|
||||
|
||||
# Long Short-Term Memory (LSTM)
|
||||
|
||||
This is a [PyTorch](https://pytorch.org) implementation of Long Short-Term Memory.
|
||||
"""
|
||||
|
||||
from typing import Optional, Tuple
|
||||
|
Reference in New Issue
Block a user