dbl

Results 76 issues of dbl

Running on OX X 10.11.6 $ python --version Python 2.7.11 :: Anaconda custom (x86_64) $ python preprocess.py Traceback (most recent call last): File "preprocess.py", line 47, in merge=True) File "build/bdist.macosx-10.5-x86_64/egg/lda2vec/preprocess.py",...

I'm trying to build PyTorch 1.12 on OS X Monterey with clang++ 13.1.6 with backend support for Apple Metal with and AMD GPU. The linker gave me this error: ```...

Any comments on using 'tensorflow-macos' and 'tensorflow-metal' in the 'clrs' ecosystem? I was able to install tensoflow-macos and tensorflow-metal in the clrs virtual enviornment. My AMD GPU is being recognized...

Hi, I'm getting errors running this simple Pig test: David-Laxers-MacBook-Pro:pig davidlaxer$ cat test.pig /\* Set Home Directory - where we install software */ %default HOME `echo \$HOME` REGISTER /Users/davidlaxer/pig-0.13.0/build/ivy/lib/Pig/avro-1.7.5.jar REGISTER...

pig -l /tmp -x local -v -w sent_counts.pig 2014-08-13 22:26:16,744 [main] INFO org.apache.pig.Main - Apache Pig version 0.11.2-SNAPSHOT (rUnversioned directory) compiled Aug 13 2014, 21:53:01 2014-08-13 22:26:16,745 [main] INFO org.apache.pig.Main...

(virtualenv)DLs-MacBook-Pro:Agile_Data_Code davidlaxer$ pip install -r requirements.txt Downloading/unpacking BareNecessities==0.2.8 (from -r requirements.txt (line 1)) Downloading BareNecessities-0.2.8.tar.gz Running setup.py egg_info for package BareNecessities Downloading/unpacking ESClient==0.5.3 (from -r requirements.txt (line 2)) Downloading ESClient-0.5.3.tar.gz...

Hi, I am running OSX Mavericks 10.9.4 with Macports. ... --- ``` | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | compile | 109 |...

### What happened? I am using Top2Vec to summarize document corpuses. Top2vec can utilize a variety of different document embedding methods. With universal-sentence-encoder_4, is very slow. Is this due to...

type:bug
stat:awaiting tensorflower

My generate_topic_wordcloud() works stand-alone but not in the function: display_similar_topics(). I tried plt.tight_layout(), but that didn't help either. There are also problems with: display_topics(), display_keywords(). display_similar_words() works properly. Here's my...

I did some memory and performance analysis of Top2vec on a collection of the Covid papers e.g. metadata.csv 1015768 rows × 19 columns If you modify this line of code...