Lucas Azevedo
Lucas Azevedo
Is there a way to get the model to output the attention weights too?
``` [980093 rows x 5 columns] test.shape: (980093, 5) generate unigram Killed ``` This is most likely due the high consumption of RAM/swap. See my question on stackoverflow: https://stackoverflow.com/posts/52095897/edit Where...
Hello, I've git cloned, but cannot run `cmake -G 'Unix Makefiles'` i get this on CMakeFiles/CMakeError.log: ``` Performing C SOURCE FILE Test OpenMP_FLAG_DETECTED failed with the following output: Change Dir:...
Tried to install in a VM running 16.04.1-Ubuntu, got a different error this time: ``` >>>sudo make make -C .. lib make[1]: Entering directory '/usr/local/liblinear-2.21' g++ -Wall -Wconversion -O3 -fPIC...
I'm getting ``` make -C .. lib if [ "Darwin" = "Darwin" ]; then \ SHARED_LIB_FLAG="-dynamiclib -Wl,-install_name,liblinear.so.3"; \ else \ SHARED_LIB_FLAG="-shared -Wl,-soname,liblinear.so.3"; \ fi; \ c++ ${SHARED_LIB_FLAG} linear.o tron.o blas/blas.a...
`import eatiht` works only from inside the git folder. Otherwise it tells me couldn't resolve 'urllib2'. Installed with pip and pip3. Can only run on python 2.x... What is the...