Manuele

Results 8 comments of Manuele

I like this tool too, waiting for custom network visualization :+1:

I'm also experiencing this issue. With a quantized int8 model of ~65MB, on both iOS and Android the memory used is about 500-600MB, 3X-4X than using TFLite or MLCore. Is...

I ran recently in a similar issue, probably you are using another library built with OpenMP too. I also had issues running OpenMP together with other libraries that make use...

Using this PR to mine RevolverCoin and it works nice, thank you. FYI I have an AMD 290 Tri-x card and its hashpower is about 4MH/s, not rocket speed but...

bump, I cannot export the .obj with the right color info in the respective .mtl.

hi @prabhuramachandran, thank you but that doesn't work for me. I use this method to assign a specific color on specific voxels: ``` def create_8bit_rgb_lut(): xl = np.mgrid[0:256, 0:256, 0:256]...

sure, here you are: ``` import numpy as np from mayavi import mlab ''' colors =([[127, 127, 127], [ 255, 0, 0], [0, 255, 0], [127, 127, 255], [0, 0,...