Vasil Filipov
Vasil Filipov
It's a problem with python's version - I am running torch 1.1.0 everywhere, however in python 3.5 I get: `>>> model = EfficientNet.from_pretrained('efficientnet-b7', num_classes=8) Traceback (most recent call last): File...
I can also confirm that I have a slow training time (on a 4 GPU DGX-1 system...) and kind of bad results (with the older version of inplace_abn, though). My...
Hello @yuq! Is there some kind of a rodamap/ list of things that have to be done/fixed so that we can contribute?
@yuq, I noticed that you are working over a mainline kernel version for the H3. Do you reckon if it is OK to use a 3.4 kernel tree for the...
@yuq, what flags are you building with? I did it with: --enable-opengl --enable-gles2 --enable-gles1 --disable-glx --enable-egl --enable-gallium-egl --with-egl-platforms=drm --with-gallium-drivers=lima --without-dri-drivers
@yuq, do you install it in the default path (/usr/local) or somewhere else? P.S. I have a problem while compiling the off-screen rendering example - https://pastebin.com/cVz5cjzS But it's highly possible...
That's what I am also doing, but the board is really slow, and because of libtool's messed up "prefix" installing a cross-compiled (on pc) Mesa to the board is tricky;...
@enunes That would be cool
@enunes thanks, will give it a try; I ended up doing the same as @mmind since I am also Debian-based; my problem is that for some I can't have the...
@mmind and how much time does it need to build the whole package?