source: src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @0067121   6 years Paul Brossier [conv1d] add basic documentation feature/crepe_org
(edit) @695a248   6 years Paul Brossier [conv2d] specify length of array in new_ prototype feature/crepe_org
(edit) @b60514b   6 years Paul Brossier [conv1d] use array for stride_shape to match conv2d api feature/crepe_org
(edit) @217ca89   6 years Paul Brossier [maxpool2d] add basic documentation feature/crepe_org
(edit) @382375d   6 years Paul Brossier [maxpool1d] add basic documentation feature/crepe_org
(edit) @30cb440e   6 years Paul Brossier [dense] improve documentation feature/crepe_org
(edit) @e2010b3   6 years Paul Brossier [tensor] rename have_same_shape feature/crepe_org
(edit) @3ff9654   6 years Paul Brossier [conv1d] add set_{kernel,bias} feature/crepe_org
(edit) @cc74a29   6 years Paul Brossier [tensor] add copy feature/crepe_org
(edit) @3ac1426   6 years Paul Brossier [batchnorm] improve docs for return values feature/crepe_org
(edit) @ddd124a   6 years Paul Brossier [tensor] improve documentation, add todos feature/crepe_org
(edit) @4b2d174   6 years Paul Brossier [tensor] rewrite and rename have_same_shape feature/crepe_org
(edit) @1df9cd1   6 years Paul Brossier [tensor] use cblas alias in matmul, allow n-dimensional tensors feature/crepe_org
(edit) @21631e9   6 years Paul Brossier [tensor] improve shape string for 1d feature/crepe_org
(edit) @75662eb   6 years Paul Brossier [batchnorm] add basic documentation, shuffle declarations to match … feature/crepe_org
(edit) @51c0b61   6 years Paul Brossier [batchnorm] remove comments, add a note about no input parameter feature/crepe_org
(edit) @c249f57   6 years Paul Brossier [ai] add some documentation to activation.h feature/crepe_org
(edit) @e75a48e   6 years Paul Brossier [pitch_crepe] update creation feature/crepe_org
(edit) @689ba93   6 years Paul Brossier [batchnorm] accepts any input size, allocate weights in get_output_shape feature/crepe_org
(edit) @3977b4f   6 years Paul Brossier [batchnorm] wrap long lines feature/crepe_org
(edit) @fa90792   6 years Paul Brossier [batchnorm] generalise to any number of dimensions feature/crepe_org
(edit) @ccc888f   6 years Paul Brossier [batchnorm] remove train for now feature/crepe_org
(edit) @417fee0   6 years Paul Brossier [pitch_crepe] make hdf5 optional, add an error message feature/crepe_org
(edit) @5e499fcd   6 years Paul Brossier [aubio_priv.h] add gemm aliases feature/crepe_org
(edit) @a524de1   6 years Paul Brossier [maxpool2d] remove train methods feature/crepe_org
(edit) @59162ae   6 years Paul Brossier [conv2d] simplify padding modes enum, use _t suffix for type feature/crepe_org
(edit) @c32d8b2   6 years Paul Brossier [conv1d] fix plain version feature/crepe_org
(edit) @1aa6eb8   6 years Paul Brossier [conv1d] improve comments, wrap long line feature/crepe_org
(edit) @591f077   6 years Paul Brossier [pitch_crepe] reorder members, add comment feature/crepe_org
(edit) @4d6a228   6 years Paul Brossier [conv2d] add simple blas version (im2row + gemm) feature/crepe_org
(edit) @ec3f4d63   6 years Paul Brossier [conv2d] fix debug string feature/crepe_org
(edit) @8389694   6 years Paul Brossier [conv2d] remove relu feature/crepe_org
(edit) @378852b   6 years Paul Brossier [conv2d] fix debug string, clean up feature/crepe_org
(edit) @c6e51cd   6 years Paul Brossier [pitch_crepe] add activations feature/crepe_org
(edit) @b0b167a   6 years Paul Brossier [activation] add header template feature/crepe_org
(edit) @1bba23e   6 years Paul Brossier [activation] add sigmoid and relu, in-place feature/crepe_org
(edit) @5154024   6 years Paul Brossier [dense] remove activation function feature/crepe_org
(edit) @f392b88   6 years Paul Brossier [conv1d] remove activation function feature/crepe_org
(edit) @977a5c3   6 years Paul Brossier [conv1d] improve comment and indentation feature/crepe_org
(edit) @057ecee   6 years Paul Brossier Merge branch 'master' into feature/crepe feature/crepe_org
(edit) @65a4fb4   6 years Paul Brossier [sink_wavwrite] call fflush in open This ensures the file header was … feature/autosinkfeature/cnnfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
(edit) @ba9e3a8   6 years Paul Brossier [sink] remove assert so tests pass in debug mode feature/autosinkfeature/cnnfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
(edit) @1878b50   6 years Paul Brossier [source] remove assert so tests pass in debug mode source and sink … feature/autosinkfeature/cnnfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
(edit) @2ca09bf   6 years Paul Brossier [aubio_priv.h] include blas first (see gh-225) feature/autosinkfeature/cnnfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
(edit) @ba740ea   6 years Paul Brossier [crepe] prevent openblas from opening threads feature/crepe_org
(edit) @18278232   6 years Paul Brossier [pitch] crepe only supports samplerate==16000 and bufsize==1024 for now feature/crepe_org
(edit) @84f369c   6 years Paul Brossier [pitch] add crepe feature/crepe_org
(edit) @e85f35d   6 years Paul Brossier [pitch_crepe] first version feature/crepe_org
(edit) @747d050   6 years Paul Brossier [wscript] link against hdf5 library feature/crepe_org
(edit) @d1233e4   6 years Paul Brossier [file_hdf5] read data hdf5 files feature/crepe_org
(edit) @dfae6e0   6 years Paul Brossier [maxpool2d] improve debug string feature/cnn_orgfeature/crepe_org
(edit) @4647d38   6 years Paul Brossier [dense] improve debug string feature/cnn_orgfeature/crepe_org
(edit) @52b0e42   6 years Paul Brossier [conv1d] improve debug string feature/cnn_orgfeature/crepe_org
(edit) @eba2bc7a   6 years Paul Brossier [conv1d] avoid unused variable, update comment feature/cnn_orgfeature/crepe_org
(edit) @f217068   6 years Paul Brossier [conv1d] add second blas optimisation using gemv feature/cnn_orgfeature/crepe_org
(edit) @3ffea61d   6 years Paul Brossier [conv1d] add first blas optimisation using sdot feature/cnn_orgfeature/crepe_org
(edit) @45a1e1d   6 years Paul Brossier [conv2d] set_stride accepts int[] feature/cnn_orgfeature/crepe_org
(edit) @6ee6107   6 years Paul Brossier [batchnorm] improve debug string feature/cnn_orgfeature/crepe_org
(edit) @8691154   6 years Paul Brossier [maxpool1d] improve debug string feature/cnn_orgfeature/crepe_org
(edit) @7420c40   6 years Paul Brossier [maxpool2d] use first element to initialize output value, add stride feature/cnn_orgfeature/crepe_org
(edit) @f9f03ff   6 years Paul Brossier [maxpool1d] use first element to initialize output value, add a stride feature/cnn_orgfeature/crepe_org
(edit) @791b436   6 years Paul Brossier [maxpool2d] add first draft implementation feature/cnn_orgfeature/crepe_org
(edit) @6006760   6 years Paul Brossier [tensor] add matmul feature/cnn_orgfeature/crepe_org
(edit) @147afba   6 years Paul Brossier [fmat] add fvec_matmul feature/cnn_orgfeature/crepe_org
(edit) @096a174   6 years Paul Brossier [fmat] use gemv in fmat_vecmul This is possible since we use … feature/cnn_orgfeature/crepe_org
(edit) @855947d   6 years Paul Brossier [aubio_priv] add AUBIO_ASSERT_EQUAL_SHAPE helper feature/cnn_orgfeature/crepe_org
(edit) @f3848c0   6 years Paul Brossier [conv2d] add first plain draft feature/cnn_orgfeature/crepe_org
(edit) @f7bfc5d   6 years Paul Brossier [fvec] add fvec_vecadd feature/cnn_orgfeature/crepe_org
(edit) @71655fee   6 years Paul Brossier [tensor] always use buffer in tensor_as_fvec feature/cnn_orgfeature/crepe_org
(edit) @aa5cc08   6 years Paul Brossier [tensor] add header feature/cnn_orgfeature/crepe_org
(edit) @fb3a9f5   6 years Paul Brossier [dense] add first plain version feature/cnn_orgfeature/crepe_org
(edit) @2fec649   6 years Paul Brossier [batchnorm] add first plain version feature/cnn_orgfeature/crepe_org
(edit) @f7838fc   6 years Paul Brossier [tensor] add some documentation feature/cnn_orgfeature/crepe_org
(edit) @1343aca   6 years Paul Brossier [tensor] remove old macro, add more public prototypes feature/cnn_orgfeature/crepe_org
(edit) @c4b6b59   6 years Paul Brossier [tensor] add print helpers feature/cnn_orgfeature/crepe_org
(edit) @dc257cc   6 years Paul Brossier [tensor] add have_same_size feature/cnn_orgfeature/crepe_org
(edit) @7e0b641   6 years Paul Brossier [tensor] add get_subtensor feature/cnn_orgfeature/crepe_org
(edit) @9bffada   6 years Paul Brossier [tensor] complet get_shape_string feature/cnn_orgfeature/crepe_org
(edit) @a85c7f3   6 years Paul Brossier [tensor] set initial max value to first element feature/cnn_orgfeature/crepe_org
(edit) @427a48c   6 years Paul Brossier [tensor] view any tensor as fvec/fmat feature/cnn_orgfeature/crepe_org
(edit) @f5ea4fb   6 years Paul Brossier [tensor] set buffer, remove old comments feature/cnn_orgfeature/crepe_org
(edit) @40520ea   6 years Paul Brossier [tensor] add buffer field, improve documentation feature/cnn_orgfeature/crepe_org
(edit) @50d7afe   6 years Paul Brossier [tensor] add get_shape_string feature/cnn_orgfeature/crepe_org
(edit) @849210c   6 years Paul Brossier [tensor] also set size when viewing fmat/fvec feature/cnn_orgfeature/crepe_org
(edit) @9ca7923   6 years Paul Brossier [tensor] rename n_items to size, remove items_per_row feature/cnn_orgfeature/crepe_org
(edit) @9d35014   6 years Paul Brossier [tensor] use new member names feature/cnn_orgfeature/crepe_org
(edit) @60c9db0   6 years Paul Brossier [maxpool1d] update to new tensor members feature/cnn_orgfeature/crepe_org
(edit) @6e4ef27   6 years Paul Brossier [conv1d] update to new tensor members feature/cnn_orgfeature/crepe_org
(edit) @5010e61   6 years Paul Brossier [tensor] rename attributes to ndim and shape[] to match numpy feature/cnn_orgfeature/crepe_org
(edit) @d0ef4b7   6 years Paul Brossier Merge branch 'master' into feature/cnn feature/cnn_orgfeature/crepe_org
(edit) @dc7362fd   6 years Paul Brossier [source_avcodec] prevent leak when closing swresample context feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
(edit) @9bad2ba   6 years Paul Brossier [priv] add AUBIO_GOTO_FAILURE helper feature/cnn_orgfeature/crepe_org
(edit) @ba0c332   6 years Paul Brossier [ai] add first maxpool1d draft feature/cnn_orgfeature/crepe_org
(edit) @322e079   6 years Paul Brossier [ai] add first conv1d draft feature/cnn_orgfeature/crepe_org
(edit) @4c33f81   6 years Paul Brossier [ai] add first tensor draft feature/cnn_orgfeature/crepe_org
(edit) @1fcd392   6 years Paul Brossier [fmat] ensure contiguous memory feature/cnn_orgfeature/crepe_org
(edit) @79dc9ad   6 years Paul Brossier [source_avcodec] show a warning only when an error occurred in swr_convert feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
(edit) @724303e   6 years Paul Brossier [source_avcodec] clean up unused statements and previously included stdlib feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
(edit) @e136c9f   6 years Paul Brossier [source_sndfile] avoid declaration after statement feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
(edit) @b40c149   6 years Paul Brossier [source_wavread] comment unused macro feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/timestretchfix/ffmpeg5
Note: See TracRevisionLog for help on using the revision log.