Skip to content
Snippets Groups Projects
Commit a0ba4f5a authored by Liam Byrne's avatar Liam Byrne
Browse files

Tag embeddings implemented and visualised with Tensorboard

parent 7cfab4fa
No related branches found
No related tags found
No related merge requests found
......@@ -5,3 +5,5 @@ data-collection/out/
*.db
*.zip
.vector_cache/
runs/
*.csv
\ No newline at end of file
......@@ -76,3 +76,7 @@ CREATE TABLE IF NOT EXISTS Vote (
CreationDate TEXT,
FOREIGN KEY (PostId) REFERENCES Post (PostId)
);
CREATE INDEX owner_index ON Post (OwnerUserId);
CREATE INDEX commenter ON Comment (UserId);
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment