Loreto Parisi

Results 218 issues of Loreto Parisi

Hello, from the notebook I can see that pre-compiled are available only for `T4`, `P100` and `V100` gpus: ```python s = getoutput('nvidia-smi') if 'T4' in s: gpu = 'T4' elif...

Method private void generateOpenUDID() seems to generate UDIDs like ``` WIFIMAC:10:A5:D0:FD:F3:37 WIFIMAC:40:0E:85:2C:DD:F4 WIFIMAC:D4:20:6D:40:22:33 ``` for all the users of these 3 WiFi networks for certain phone models like ``` manufacturer/HTC...

In some cases, the udid value is null.

I have a Sonos Play:1 on the same WiFi network. I registered the observer and waited for changes, but nothing happened: Code snippet: ``` objective-c -(IBAction)discover:(id)sender { [[SonosManager sharedInstance] addObserver:self...

I was finally able to run `trees.generate` 🚀 ``` ! python -m music_trees.generate \ --dataset mdb \ --name mdb-aug \ --example_length 1.0 \ --augment true \ --hop_length 0.5 \ --sample_rate...

Could you please depict how this landmarks based fingerprint search works in your implementation? Also, assumed I want to embed the audio representation in a different way (let's say spectrum...

On macOS I have installed icu4 ```sh export ICU_VERSION=63.1 export PYICU_INCLUDES=/usr/local/Cellar/icu4c/63.1/include export PYICU_LFLAGS=-L/usr/local/Cellar/icu4c/63.1/lib export PYICU_CFLAGS=-std=c++11 pip install pyicu ``` Source: https://gist.github.com/loretoparisi/294b8f536750a18746fc6f43f7859928 but when importing `Transliterator` I get ``` >>> from...

I wrote this simple script that takes a source file and transliterate it into the target file specified from the arguments: ```python #!/usr/bin/env python import io import sys reload(sys) sys.setdefaultencoding('utf-8')...

I have configured the `.env` file in the root dir of `wavesync/` like: ``` CLIENT_ID=xxxxxxx CLIENT_SECRET=xxxxxx REDIRECT_URI=http://localhost:8081/callback PROJECT_ROOT=http://localhost:8081 NODE_ENV=development ``` and setup the `http://localhost:8081/callback` on the spotify developer app settings...

Hi, looking at the code of `update` when the command is `type` ```typescript for (var cmd in commands) { switch (cmd) { case "type": this.$ele.removeClass('alert-' + self.settings.type); this.$ele.find('[data-notify="progressbar"] > .progress-bar').removeClass('progress-bar-'...

enhancement