question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Example demo hanging

See original GitHub issue

I have installed all dependencies, and

cd examples/
./demo.sh

The script has downloaded GloVe glove.840B.300d.txt, but it seems to hangs. No files written in the log folder and no python running on top. Any hint?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
YingyuLiangcommented, Jul 20, 2017

Yes, loading the word vectors takes time, especially because the full glove vector file is quite large. You can try to use only a subset of that file, using only the words with large enough frequency.

0reactions
loretoparisicommented, Jul 20, 2017

NOTE Just for the records, I had an issue with lasagne and theano version ImportError: cannot import name downsample

that I have solved in this way:

(.env) [loretoparisi@:mbploreto SIF]$ pip install --upgrade https://github.com/Lasagne/Lasagne/archive/master.zip
Collecting https://github.com/Lasagne/Lasagne/archive/master.zip
  Downloading https://github.com/Lasagne/Lasagne/archive/master.zip
     | 235kB 905kB/s
Requirement already up-to-date: numpy in ./.env/lib/python2.7/site-packages (from Lasagne==0.2.dev1)
Installing collected packages: Lasagne
  Found existing installation: Lasagne 0.1
    Uninstalling Lasagne-0.1:
      Successfully uninstalled Lasagne-0.1
  Running setup.py install for Lasagne ... done
Successfully installed Lasagne-0.2.dev1
(.env) [loretoparisi@:mbploreto SIF]$ python -c "import lasagne; print lasagne .__version__"
0.2.dev1

I’m using

(.env) [loretoparisi@:mbploreto SIF]$ python -c "import theano; print theano .__version__"
0.9.0

This because published lasagne has not been updated already to the master, that has been refactored to support the changes in theano module downsample to pool module.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Hanging drop for bacterial motility - YouTube
Hanging drop Bacterial motility · How to Prepare a Wet Mount - MCCC Microbiology · Sample Preparation for Electron Microscopy · Four Quadrant ......
Read more >
Hanging - Demo - song and lyrics by dimple. - Spotify
Listen to Hanging - Demo on Spotify. dimple. · Song · 2021.
Read more >
6 Dragons Kung Fu's Hanging Speedball training demo (with the ...
Mar 23, 2020 - In this video, we show a practical example of the Hanging Speedball practice (in the particular case, Master Kongling...
Read more >
Inertia Demo | UCSC Physics Demonstration Room
Two equal weights are suspended by string, while two more strings hang below them with long rods for handles. When the handle is...
Read more >
hanging-punctuation - Codrops
The following examples show the result of hanging the punctuation at ... No browser currently supports this property so no working demo for ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found