theoctopusride

Results 12 comments of theoctopusride

> thanks a lot!!!! > > I have a further question about multi target variables. > > I'm trying to get output for multiple targets with Softmax. > > Which...

@isaacmg is there an up-to-date list of flow-forecast models that currently work with multiple targets? I've been struggling with the pytorch-forecasting library to get their models working with multiple targets.

@draeath Can you elaborate how you set the user up for password less sudo? I can't seem to figure this out. Thank you for documenting your steps

I tried that and still was asked for the password when I logged in and entered su. I have nothing in the /etc/sudoers file before adding this. Should that matter?

I'm at `root@localhost:~#` and there's No such file or directory for either `/etc/sudoers` or `/etc/sudoers.d/` When you say sudo package, do you mean [https://gitlab.com/st42/termux-sudo](https://gitlab.com/st42/termux-sudo)?

you need to change the onnx simplifier to onnx_utils.simplify_onnx_model = False

Sorry to bother, but how do you use the patch file when running into the issue below? Thank you for your help. ``` ~/Downloads/aimet_docker_workspace$ docker build -t ${docker_image_name} -f $WORKSPACE/aimet/Jenkins/Dockerfile.${AIMET_VARIANT}...

@MikeJKelly can you help me with this JNI library issue? I tried: ``` sudo apt-get install -y openjdk-8-jdk sudo apt-get install -y default-jdk export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 ``` after getting this error:...

didn't mean to close, but I got a similar error without them: ``` ~/armnn-devenv/armnn/build$ CXX=aarch64-linux-android$ANDROID_API-clang++ \ CC=aarch64-linux-android$ANDROID_API-clang \ CXX_FLAGS="-fPIE -fPIC" \ cmake .. \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_ANDROID_NDK=$NDK_DIR \ -DNDK_VERSION=r26b \...

Thank you @quockhanh-le-arm, your solution worked after installing java-17-openjdk-amd64. Moving on to the next step, however, didn't work: ``` ~/armnn-devenv/armnn/build$ make [ 0%] Building CXX object CMakeFiles/armnnUtils.dir/src/armnnUtils/CompatibleTypes.cpp.o In file included...