Bin Dong 董斌
Bin Dong 董斌
Hi, KFR Community, Thanks for the help in advance for two issues. 1) how to get the transfer function coefficients of IIR, such as "the 8th-order Chebyshev type I filter,...
Hi IOR, Thanks in advance and hopefully get some help to understand the lseek in POSIX_Xfer The lseek refers to the below line in the code: https://github.com/hpc/ior/blob/main/src/aiori-POSIX.c#L695 Specifically, I ran...
Hi TileDB, Would you please show some light to understand the size of tdb files? The below example creates a sparse array with both int32 for attribute and coordinates. The...
Hi @steven-varga and H5CPP: By using h5cpp recently, I found a potential bug (not 100% sure) in the code for the function pipeline_t::set_cache https://github.com/steven-varga/h5cpp/blob/1444cf87cc2953c473129eeb2217b483aa4ffcc1/h5cpp/H5Zpipeline.hpp#L137 When I ran my own app,...
HI Ascent, Read the doc and found that ascent provides below filter for pipeline Is there a way that one can define its own? better not to change source code...
Add predict_fn_accept_dense_only to explain_instance. When data_row (of explain_instance) is scipy.sparse.matrix but the model was NOT trained with scipy.sparse.matrix, the predict_fn_accept_dense_only convert inverse to dense before call predict_fn (and then back...
Hi LIME community, Thanks for the help or any lead in advance. One thing we are looking for is to provide a background data for LIME at the time of...