Skip to content

Commit

Permalink
Update embedding url in input.ts
Browse files Browse the repository at this point in the history
I think this is set to old storage location which causes it to load old embeddings for the input, so city names and all other new words do not appear.
  • Loading branch information
tolga-b authored May 15, 2019
1 parent 1c9e396 commit dfc3ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import trie from 'trie-prefix-tree';
import * as utils from './visualization/utils';

const EMBEDDINGS_DIR =
'https://storage.googleapis.com/barbican-waterfall-of-meaning/'
'https://storage.googleapis.com/waterfall-of-meaning/'
const EMBEDDINGS_WORDS_URL = EMBEDDINGS_DIR + 'embedding-words.json';
const EMBEDDINGS_VALUES_URL = EMBEDDINGS_DIR + 'embedding-values.bin';
const BARBICAN_DATABASE_NAME = 'barbican-database';
Expand Down

0 comments on commit dfc3ac9

Please sign in to comment.