citysyntaxlab commited on
Commit
c328a93
·
verified ·
1 Parent(s): dad503a

Remove AI-sounding docstring

Browse files
Files changed (1) hide show
  1. code/model.py +4 -4
code/model.py CHANGED
@@ -1,8 +1,8 @@
1
  """
2
- Campus Weather VAE — Clean implementation
3
- ==========================================
4
- A VAE that learns weather embeddings from 40 dense campus weather stations.
5
- No overclaiming. The model is a VAE. The value is in what the embeddings enable.
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