source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @557e0a7   3 years Paul Brossier [pitch_crepe] update creation feature/crepe
(edit) @72f450a   3 years Paul Brossier [batchnorm] accepts any input size, allocate weights in get_output_shape feature/crepe
(edit) @9b05ea9   3 years Paul Brossier [batchnorm] wrap long lines feature/crepe
(edit) @05808d5   3 years Paul Brossier [batchnorm] generalise to any number of dimensions feature/crepe
(edit) @49688ef   3 years Paul Brossier [batchnorm] remove train for now feature/crepe
(edit) @1e1fa8e   3 years Paul Brossier [waf] always try to detect blas feature/crepe
(edit) @eb34c9f   3 years Paul Brossier [pitch_crepe] make hdf5 optional, add an error message feature/crepe
(edit) @df692c7   3 years Paul Brossier [waf] fix hdf5 selection feature/crepe
(edit) @02e5a2e   3 years Paul Brossier [aubio_priv.h] add gemm aliases feature/crepe
(edit) @71b6437   3 years Paul Brossier [maxpool2d] remove train methods feature/crepe
(edit) @3837125   3 years Paul Brossier [conv2d] simplify padding modes enum, use _t suffix for type feature/crepe
(edit) @7ba59f1   3 years Paul Brossier [conv1d] fix plain version feature/crepe
(edit) @f352c75   3 years Paul Brossier [conv1d] improve comments, wrap long line feature/crepe
(edit) @986e4b7   3 years Paul Brossier [pitch_crepe] reorder members, add comment feature/crepe
(edit) @0d16cf9   3 years Paul Brossier [conv2d] add simple blas version (im2row + gemm) feature/crepe
(edit) @1cbd27c   3 years Paul Brossier [conv2d] fix debug string feature/crepe
(edit) @b2e2cd0   3 years Paul Brossier [conv2d] remove relu feature/crepe
(edit) @49ac607f   3 years Paul Brossier [conv2d] fix debug string, clean up feature/crepe
(edit) @8db0930   3 years Paul Brossier [pitch_crepe] add activations feature/crepe
(edit) @abb75ec   3 years Paul Brossier [activation] add header template feature/crepe
(edit) @387a5b1   3 years Paul Brossier [activation] add sigmoid and relu, in-place feature/crepe
(edit) @8f99431   3 years Paul Brossier [dense] remove activation function feature/crepe
(edit) @72d4e42   3 years Paul Brossier [conv1d] remove activation function feature/crepe
(edit) @1f7cb6a   3 years Paul Brossier [conv1d] improve comment and indentation feature/crepe
(edit) @dd4e5d5   3 years Paul Brossier [crepe] prevent openblas from opening threads feature/crepe
(edit) @259c33b   3 years Paul Brossier [pitch] crepe only supports samplerate==16000 and bufsize==1024 for now feature/crepe
(edit) @f5699b9   3 years Paul Brossier [pitch] add crepe feature/crepe
(edit) @57630f6   3 years Paul Brossier [pitch_crepe] first version feature/crepe
(edit) @f335a9b   3 years Paul Brossier [scripts] script to fetch crepe model from upstream repo feature/crepe
(edit) @5bc1477   3 years Paul Brossier [wscript] link against hdf5 library feature/crepe
(edit) @42dbcf4   3 years Paul Brossier [file_hdf5] read data hdf5 files feature/crepe
(edit) @d0c88f4   3 years Paul Brossier [python] also add hd5 when building standolone python external feature/crepe
(edit) @0116e79   3 years Paul Brossier [wscript] add detection of hdf5 library feature/crepe
(edit) @1b6a0035   3 years Paul Brossier [maxpool2d] improve debug string feature/cnnfeature/crepe
(edit) @6bd83c1   3 years Paul Brossier [dense] improve debug string feature/cnnfeature/crepe
(edit) @b5b0ddd   3 years Paul Brossier [conv1d] improve debug string feature/cnnfeature/crepe
(edit) @d91fa83   3 years Paul Brossier [conv1d] avoid unused variable, update comment feature/cnnfeature/crepe
(edit) @c97f7ed   3 years Paul Brossier [conv1d] add second blas optimisation using gemv feature/cnnfeature/crepe
(edit) @337e70d   3 years Paul Brossier [conv1d] add first blas optimisation using sdot feature/cnnfeature/crepe
(edit) @b6097ac   3 years Paul Brossier [conv2d] set_stride accepts int[] feature/cnnfeature/crepe
(edit) @bee3d52   3 years Paul Brossier [batchnorm] improve debug string feature/cnnfeature/crepe
(edit) @4d452fb   3 years Paul Brossier [maxpool1d] improve debug string feature/cnnfeature/crepe
(edit) @3cbcc40   3 years Paul Brossier [maxpool2d] use first element to initialize output value, add stride feature/cnnfeature/crepe
(edit) @6c39d11   3 years Paul Brossier [maxpool1d] use first element to initialize output value, add a stride feature/cnnfeature/crepe
(edit) @b9616b0   3 years Paul Brossier [tests] add tensor_matmul test feature/cnnfeature/crepe
(edit) @6d1566e   3 years Paul Brossier [maxpool2d] add first draft implementation feature/cnnfeature/crepe
(edit) @a33c395   3 years Paul Brossier [tensor] add matmul feature/cnnfeature/crepe
(edit) @1f13e29   3 years Paul Brossier [fmat] add fvec_matmul feature/cnnfeature/crepe
(edit) @70afae1   3 years Paul Brossier [fmat] use gemv in fmat_vecmul This is possible since we use … feature/cnnfeature/crepe
(edit) @3fa8d95   3 years Paul Brossier [aubio_priv] add AUBIO_ASSERT_EQUAL_SHAPE helper feature/cnnfeature/crepe
(edit) @bacf0c6   3 years Paul Brossier [conv2d] add first plain draft feature/cnnfeature/crepe
(edit) @567727d   3 years Paul Brossier [fvec] add fvec_vecadd feature/cnnfeature/crepe
(edit) @83ef8f0   3 years Paul Brossier [tensor] always use buffer in tensor_as_fvec feature/cnnfeature/crepe
(edit) @8359052   3 years Paul Brossier [tensor] add header feature/cnnfeature/crepe
(edit) @00d4f53   3 years Paul Brossier [dense] add first plain version feature/cnnfeature/crepe
(edit) @7b2a58c   3 years Paul Brossier [batchnorm] add first plain version feature/cnnfeature/crepe
(edit) @da7dbd3   3 years Paul Brossier [tensor] add some documentation feature/cnnfeature/crepe
(edit) @2396987   3 years Paul Brossier [tensor] remove old macro, add more public prototypes feature/cnnfeature/crepe
(edit) @49e7171   3 years Paul Brossier [tensor] add print helpers feature/cnnfeature/crepe
(edit) @f90051d   3 years Paul Brossier [tensor] add have_same_size feature/cnnfeature/crepe
(edit) @b496aa8   3 years Paul Brossier [tensor] add get_subtensor feature/cnnfeature/crepe
(edit) @a5986ff   3 years Paul Brossier [tensor] complet get_shape_string feature/cnnfeature/crepe
(edit) @533187f   3 years Paul Brossier [tensor] set initial max value to first element feature/cnnfeature/crepe
(edit) @0d9ef90   3 years Paul Brossier [tensor] view any tensor as fvec/fmat feature/cnnfeature/crepe
(edit) @2859f89   3 years Paul Brossier [tensor] set buffer, remove old comments feature/cnnfeature/crepe
(edit) @d3d72b7   3 years Paul Brossier [tensor] add buffer field, improve documentation feature/cnnfeature/crepe
(edit) @c61cf97   3 years Paul Brossier [tensor] add get_shape_string feature/cnnfeature/crepe
(edit) @7c6c8625   3 years Paul Brossier [tests] add tensor tests feature/cnnfeature/crepe
(edit) @a5199ad   3 years Paul Brossier [tensor] also set size when viewing fmat/fvec feature/cnnfeature/crepe
(edit) @83ec87f   3 years Paul Brossier [tensor] rename n_items to size, remove items_per_row feature/cnnfeature/crepe
(edit) @6ad67a5   3 years Paul Brossier [tensor] use new member names feature/cnnfeature/crepe
(edit) @97985d4   3 years Paul Brossier [maxpool1d] update to new tensor members feature/cnnfeature/crepe
(edit) @f4c5a95   3 years Paul Brossier [conv1d] update to new tensor members feature/cnnfeature/crepe
(edit) @b508ba6   3 years Paul Brossier [tensor] rename attributes to ndim and shape[] to match numpy feature/cnnfeature/crepe
(edit) @e181d64   3 years Paul Brossier [priv] add AUBIO_GOTO_FAILURE helper feature/cnnfeature/crepe
(edit) @8f83f9c   3 years Paul Brossier [ai] add first maxpool1d draft feature/cnnfeature/crepe
(edit) @4cb5496   3 years Paul Brossier [ai] add first conv1d draft feature/cnnfeature/crepe
(edit) @1fe822d   3 years Paul Brossier [ai] add first tensor draft feature/cnnfeature/crepe
(edit) @e11c14d4   3 years Paul Brossier [fmat] ensure contiguous memory feature/cnnfeature/crepe
(edit) @808c6ac5   3 years Paul Brossier [ci] update azure to windows-latest feature/cnnfeature/crepefix/ffmpeg5
(edit) @245fd51   3 years Paul Brossier [README] move commits since badge last feature/cnnfeature/crepefix/ffmpeg5
(edit) @fce5bcd7   3 years Paul Brossier [README] add pypi and conda download badges feature/cnnfeature/crepefix/ffmpeg5
(edit) @3e94f77e   3 years Paul Brossier [README] add azure status badge feature/cnnfeature/crepefix/ffmpeg5
(edit) @598fbb0   3 years Paul Brossier [README] add circleci status badge feature/cnnfeature/crepefix/ffmpeg5
(edit) @d8e78e6   3 years Paul Brossier [README] remove travis badge feature/cnnfeature/crepefix/ffmpeg5
(edit) @cdfe9ce   3 years Paul Brossier [source_avcodec] avoid deprecation warning with latest avcodec api … feature/cnnfeature/crepefix/ffmpeg5
(edit) @ea7f48e   3 years Paul Brossier [ci] switch circleci to python 3.10 feature/cnnfeature/crepefix/ffmpeg5
(edit) @68d4565   3 years Paul Brossier [ci] update circleci to new python docker images feature/cnnfeature/crepefix/ffmpeg5
(edit) @b540b22   3 years Paul Brossier [waf] fetch public key matching requested waf version (closes gh-340) feature/cnnfeature/crepefix/ffmpeg5
(edit) @92d40c7   3 years Paul Brossier [waf] bump to 2.0.23 feature/cnnfeature/crepefix/ffmpeg5
(edit) @d3325ba   4 years Paul Brossier [VERSION] use - insted of ~ to split version status (closes gh-307, … feature/cnnfeature/crepefix/ffmpeg5
(edit) @e7c6216   4 years Paul Brossier [waf] bump to 2.0.21 feature/cnnfeature/crepefix/ffmpeg5
(edit) @05ed7f5   4 years Paul Brossier Merge branch 'feature/timestretch' feature/cnnfeature/crepefix/ffmpeg5
(edit) @7b8e51c   4 years Paul Brossier Merge branch 'master' into feature/autosink feature/cnnfeature/crepefix/ffmpeg5
(edit) @e836160   4 years Paul Brossier [waf] add vorbis and flac to nodeps list feature/cnnfeature/crepefix/ffmpeg5
(edit) @bd183b3   4 years Paul Brossier Merge branch 'master' into feature/timestretch feature/cnnfeature/crepefix/ffmpeg5
(edit) @a59ecb7   4 years Paul Brossier Merge branch 'fix/shebangs' feature/cnnfeature/crepefix/ffmpeg5
(edit) @e625579   4 years Paul Brossier [waf] add rubberband to nodeps list feature/cnnfeature/crepefix/ffmpeg5
(edit) @d1decd5   4 years Paul Brossier Merge branch 'master' into feature/timestretch feature/cnnfeature/crepefix/ffmpeg5
(edit) @fc9c60e   4 years Paul Brossier Merge branch 'master' into feature/autosink feature/cnnfeature/crepefix/ffmpeg5
Note: See TracRevisionLog for help on using the revision log.