NicolasMICAUX

Results 18 issues of NicolasMICAUX

Hi! incredible promises in your Readme.md (speed through Cython, easy API, etc.) But I found the library a bit unfinished, so here are some (hopefully) constructive feedback: 1) Import error....

I cannot find an option to not print all the lines, but say only the first 500. I'm trying: ```python stats = yappi.get_func_stats().sort("ttot") # keep only the first 500 lines...

Hello, I tried `python3 train.py --dataset cifar10 **--default 1**` with tensorflow 1.x, on the **unmodified** code cloned from this repo. Training took ~3h30, but results are : `Victim Model ||...

Hello, When migrating your code from TF1 to TF2, I cannot figure out what some parameters for batch_normalization (in resnet.py, line 153) are : `decay=0.9, updates_collections=None, scope=scope` My research gave...

For those who don't want to use the CPP implementation but still want the performance, this PR provide an accelerated version of the python code with [numba](https://pypi.org/project/numba/). Numba comes out...

[Je re-poste l'avis publié sur le Chrome WebStore ici] Serait absolument parfait (et aussi un peu plus utilisable) si les scores s'affichait sur les miniatures ou quand on passe la...

### Link to Relevant Issue This pull request resolves #14 ### Description of Changes Change only on 1 line, glob("*.wav") => chain of globs for every relevant audio file format....

### Feature Description In `preprocess.py`, you use `AudioSegment.from_file` to load the audio files. According to [definition](https://github.com/jiaaro/pydub#quickstart) of this function, it seems it accepts a bunch of file formats. but at...

enhancement