File size: 323 Bytes
0af560f
 
f2c15d5
 
0af560f
 
 
 
 
f2c15d5
 
1
2
3
4
5
6
7
8
9
10
11
12
// import { plotClusters } from './clusters'
import { init_ablation_plot } from './plotting'
import { init_memory_plot } from './memory'


document.addEventListener("DOMContentLoaded", () => {
    console.log("DOMContentLoaded");
    // plotClusters();
    init_ablation_plot();
    init_memory_plot();
}, { once: true });