MediaUncovered / NewsAnalysis

use word embeddings to uncover bias in newspapers
5 stars 1 forks source link

use absolute path to visualize model with embedding projector #18

Open Tilana opened 6 years ago

Tilana commented 6 years ago

So far the connection between newsAnalysis/Projector.py and the tf standalone embedding projector is based on a relative path. Furthermore, for visulization the model and metadata file are copied to the corresponding data directory as setting the absolute paths caused issue. Ensure that, no matter where the embedding projector is installed, the paths to the model files are set correctly (without copying).