TioFabby

Results 18 comments of TioFabby

Hello, I had same issue with "ant dist.lin64" on Debian 8 and I did then a mvn -U clean package -DskipTests under jicofo main folder which worked great as I...

You can change directly the hyperlink.vue file and build again with following changes: ``` ADD ```

Hi @dewball345, I am facing the same issue with audio classifier example code having a model with shape: [15600] and mine being a shape: [1, 15600]. I am not sure...

Hi @dewball345, thanks for your quick feedback. My data type is okay, it is Float32 as the one in the example but my input is 2 dimensional [1,15600] unlike the...

Hi @dewball345 , I cannot find a way to convert Tensor Audio to a raw byte stream... and I am not sure to get your point neither... I am trying...

Sure @dewball345, I just tried then but still getting same error: `Null check operator used on a null value` with the following changes, I understood you were suggesting: ``` List...

Hi @SanaSizmic , no I have not been able to find a way to fix this. If you do, please let me know... I would be happy to get this...

Nice tool to mock Apis is mockito

That would be great! Thank you @Caldarie

Nice! Thanks