This commit is contained in:
Starbeamrainbowlabs 2019-07-29 18:07:17 +01:00
parent 03c1cbb97f
commit 8917f746ec
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ class AIWrapper {
for(let gateway of this.index.index) {
let net = new brain.NeuralNetwork();
net.fromJSON(
// TODO: Move this to the UI thread & do it only once?
await GetFromUrl(`${path.dirname(self.location.href)}/${path.dirname(this.Config.ai_index_file)}/${gateway.filename}`)
);