Giuseppe Attardi

Results 9 issues of Giuseppe Attardi

I get this exception despite having done: sudo apt-get install php5-ldap php composer.phar require "ext-ldap:*" php composer.phar require imag/ldap-bundle:dev-master What else shall I do?

**Is this a BUG REPORT or FEATURE REQUEST?**: BUG REPORT **What happened**: $ kubeless get-server-config FATA[0000] Unable to read the configmap: Error while fetching config location: Get https://90.147.161.27:443/apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/functions.kubeless.io: x509: certificate...

I have tried to run the code on a server with 4 Nvidia GPUS and the performance drops 6 times with respect to using a CPU on a notebook. Is...

Would I be possible to add OpenStack Keystone as authenticator, using Application Credentials (https://docs.openstack.org/keystone/queens/user/application_credentials.html) as tokens?

enhancement

Invoking sentence_split raises an error: $ python ~/venv/lib/python3.8/site-packages/indicnlp/cli/cliparser.py sentence_split -l ta ../test-blind/ta.txt ../test-blind/ta.sent Traceback (most recent call last): File "/home/attardi/venv/lib/python3.8/site-packages/indicnlp/cli/cliparser.py", line 264, in loader.load() File "/home/attardi/venv/lib/python3.8/site-packages/indicnlp/loader.py", line 27, in load...

Why do you pad all sentences to the same length, currently fixed to 56? It should not be necessary, since in the paper you say that the "pooling scheme naturally...

Trying to run the cuda version I get this error: luajit: ~/tools/torch/install/share/lua/5.1/nn/THNN.lua:804: wrong number of arguments for function call stack traceback: [C]: in function 'v' ~/tools/torch/install/share/lua/5.1/nn/THNN.lua:804: in function 'LookupTable_accGradParameters' ~/tools/torch/install/share/lua/5.1/nn/LookupTable.lua:73:...

To solve this error: ``` luajit: ./util/BatchLoaderUnk.lua:14: attempt to index global 'path' (a nil value) ``` I added this line to both main.lua and util/BatchLoaderUnk.lua: ``` local path = require...

The 05#tictactoe/server.js as well requires revisions, since ``` connect.logger() ``` no longer exists.