AbstractPhil commited on
Commit
a8c29d5
·
verified ·
1 Parent(s): d9af134

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -9,6 +9,10 @@ From 75 second epochs to 15 second epochs. Most likely reduce-overhead works as
9
 
10
  Switched back to the anchored momentum system, which proved to be accurate, fast, and good for rapid experiments.
11
 
 
 
 
 
12
  ![image](https://cdn-uploads.huggingface.co/production/uploads/630cf55b15433862cfc9556f/LWgwavCZG_UbdjMwC6DsE.png)
13
 
14
  Cross your fingers. I think this might work.
 
9
 
10
  Switched back to the anchored momentum system, which proved to be accurate, fast, and good for rapid experiments.
11
 
12
+ The key difference in this one and the last version is a shared global constellation, rather than local constellations.
13
+
14
+ The local constellations made enough problems, so I went back to the tested global constellation structure and am working from there.
15
+
16
  ![image](https://cdn-uploads.huggingface.co/production/uploads/630cf55b15433862cfc9556f/LWgwavCZG_UbdjMwC6DsE.png)
17
 
18
  Cross your fingers. I think this might work.