2021-12-29 |
Paul Brossier | [aubio_priv.h] move windows hack strncasecmp define... feature/crepe |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [tests] fix tensor shape checks |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [tensor] add warning in get_shape_string snprintf |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [waf] also check for hdf5 directly |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [pitch_crepe] avoid compiler warnings in release mode |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [aubio_priv.h] add AUBIO_UNUSED |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [ai] only compile _debug function in debug mode |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [scripts] accomodate get_crepe.sh for macos |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [file_hdf5] update to hdf5 >= 1.10.3 |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [file_hdf5] add list routine |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [file_hdf5] check if tensor exists before loading,... |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [conv2d] copy params in set_kernel, set_bias |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [fmat] add matmul with blas implementation |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [tensor] add warning in aubio_tensor_as_fmat, to be... |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [fmat] workaround to allow printing 'fake' fmat created... |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [fmat] clarify memory allocation |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [conv1d] set_padding_mode case insensitive |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [conv2d] set_padding_mode case insensitive |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [tensor] have_same_shape returns false on null pointers |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [maxpool1d] do not call debug in _do |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [conv2d] add basic documentation |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [conv1d] add basic documentation |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [conv2d] specify length of array in new_ prototype |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [conv1d] use array for stride_shape to match conv2d api |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [maxpool2d] add basic documentation |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [maxpool1d] add basic documentation |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [dense] improve documentation |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [tensor] rename have_same_shape |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [conv1d] add set_{kernel,bias} |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [tensor] add copy |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [batchnorm] improve docs for return values |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [tensor] improve documentation, add todos |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [tensor] rewrite and rename have_same_shape |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [tensor] use cblas alias in matmul, allow n-dimensional... |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [tensor] improve shape string for 1d |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [batchnorm] add basic documentation, shuffle declaratio... |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [batchnorm] remove comments, add a note about no input... |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [ai] add some documentation to activation.h |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [pitch_crepe] update creation |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [batchnorm] accepts any input size, allocate weights... |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [batchnorm] wrap long lines |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [batchnorm] generalise to any number of dimensions |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [batchnorm] remove train for now |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [waf] always try to detect blas |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [pitch_crepe] make hdf5 optional, add an error message |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [waf] fix hdf5 selection |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [aubio_priv.h] add gemm aliases |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [maxpool2d] remove train methods |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [conv2d] simplify padding modes enum, use _t suffix... |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [conv1d] fix plain version |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [conv1d] improve comments, wrap long line |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [pitch_crepe] reorder members, add comment |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [conv2d] add simple blas version (im2row + gemm) |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [conv2d] fix debug string |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [conv2d] remove relu |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [conv2d] fix debug string, clean up |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [pitch_crepe] add activations |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [activation] add header template |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [activation] add sigmoid and relu, in-place |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [dense] remove activation function |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [conv1d] remove activation function |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [conv1d] improve comment and indentation |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [crepe] prevent openblas from opening threads |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [pitch] crepe only supports samplerate==16000 and bufsi... |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [pitch] add crepe |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [pitch_crepe] first version |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [scripts] script to fetch crepe model from upstream... |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [wscript] link against hdf5 library |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [file_hdf5] read data hdf5 files |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [python] also add hd5 when building standolone python... |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [wscript] add detection of hdf5 library |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [maxpool2d] improve debug string feature/cnn |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [dense] improve debug string |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [conv1d] improve debug string |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [conv1d] avoid unused variable, update comment |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [conv1d] add second blas optimisation using gemv |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [conv1d] add first blas optimisation using sdot |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [conv2d] set_stride accepts int[] |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [batchnorm] improve debug string |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [maxpool1d] improve debug string |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [maxpool2d] use first element to initialize output... |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [maxpool1d] use first element to initialize output... |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [tests] add tensor_matmul test |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [maxpool2d] add first draft implementation |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [tensor] add matmul |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [fmat] add fvec_matmul |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [fmat] use gemv in fmat_vecmul |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [aubio_priv] add AUBIO_ASSERT_EQUAL_SHAPE helper |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [conv2d] add first plain draft |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [fvec] add fvec_vecadd |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [tensor] always use buffer in tensor_as_fvec |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [tensor] add header |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [dense] add first plain version |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [batchnorm] add first plain version |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [tensor] add some documentation |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [tensor] remove old macro, add more public prototypes |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [tensor] add print helpers |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [tensor] add have_same_size |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [tensor] add get_subtensor |
commit | commitdiff | tree | snapshot |
2021-12-29 |
Paul Brossier | [tensor] complet get_shape_string |
commit | commitdiff | tree | snapshot |
next |