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