HAR icon indicating copy to clipboard operation
HAR copied to clipboard

missing python script

Open dpappas opened this issue 5 years ago • 3 comments

Hello

I get the following error: python: can't open file 'norm_embed.py': [Errno 2] No such file or directory

dpappas avatar Aug 30 '19 12:08 dpappas

I just committed a fix for it. Please pull the changes and try again.

mingzhu0527 avatar Aug 31 '19 02:08 mingzhu0527

Hello!

I still cannot find norm_embed.py in pinfo directory in data. In the run_data.sh script there are two lines that will not run:

python norm_embed.py embed_glove_d300 embed_glove_d300_norm
python norm_embed.py embed_glove_d50 embed_glove_d50_norm

dpappas avatar Sep 02 '19 11:09 dpappas

Hi! I'll add them shortly after. For now, please just comment the two lines, it will still run. My last commit has commented these two lines also. Basically, these two steps are not necessary.

mingzhu0527 avatar Sep 02 '19 19:09 mingzhu0527