Remove AI-sounding docstring
Browse files- code/model.py +4 -4
code/model.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
"""
|
| 2 |
-
Campus Weather VAE
|
| 3 |
-
==================
|
| 4 |
-
|
| 5 |
-
|
| 6 |
"""
|
| 7 |
|
| 8 |
import torch
|
|
|
|
| 1 |
"""
|
| 2 |
+
Campus Weather VAE
|
| 3 |
+
==================
|
| 4 |
+
VAE for learning weather embeddings from 40 NUS campus weather stations.
|
| 5 |
+
Compresses 6 meteorological variables into a 12-dimensional latent space.
|
| 6 |
"""
|
| 7 |
|
| 8 |
import torch
|