You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-3Lines changed: 24 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,20 @@
2
2
3
3
Supports 2D (image) and 3D (video) data as input for research purposes.
4
4
5
+
## Contents
6
+
*[Install](#install)
7
+
*[Quick Start](#quick-start)
8
+
*[Examples](#examples)
9
+
*[Philosophy](#philosophy)
10
+
*[Base Models](#base-models)
11
+
*[Model architecture](#model-architecture)
12
+
5
13
## Install
6
14
7
15
```bash
8
16
pip install timediffusion
9
17
```
10
18
11
-
12
19
## Quick Start
13
20
14
21
**Forecasting time series**
@@ -53,6 +60,20 @@ Main synopsis behind TimeDiffusion model is that in reality, when working with t
53
60
54
61
TimeDiffusion takes inspiration from these established methods and only trains on the input sample. Model incorporates most powerful modern deep learning techniques such as diffusion process, exponential dilated convolutions, residual connections and attention mechanism (in one of the versions)
0 commit comments