jxtps

Results 35 issues of jxtps

I'm running into some problems deploying the (as of this writing latest) version of https://github.com/bytedeco/javacpp-presets/tree/master/pytorch `2.1.2-1.5.10`. If I try to use libtorch (https://download.pytorch.org/libtorch/cu121/libtorch-shared-with-deps-2.1.2%2Bcu121.zip), then I get: ``` java: symbol lookup...

enhancement
help wanted

https://snapmail.cc/blog/en/2020/08/16/faq.html > What is a temporary mailbox, anonymous mailbox, disposable mailbox? You don’t need to register to use Snapmail, and no personal information is required. You can easily get countless...

For a Play framework project I'm trying to parse nested case classes like so: ``` case class Inner(foo: String, bar: Int) case class Outer(hello: String, world: Inner) val o =...

The tensorboard profiling capabilities are great, but it can be hard to tell precisely where in your computational graph the slowness comes from. To help with that, it would be...

enhancement

I need to disable some of the warnings (which for some reason seem to be interpreted as errors by Play?!), but they don't have explicit names. The technique for doing...

See: https://groups.google.com/d/msg/play-framework/GD8SzZk_Wo4/YL71YoKUBQAJ for additional background. ### Platform Etc - Play Version: 2.5.4 - API: Scala (maybe also Java) - Operating System: Any - JDK: Any ### Expected Behavior Please describe...

Hi, excellent project, love NeighborhoodAttention2D, this should be a foundational building block in computer vision, right next to Conv2d etc. So to that end: what needs to happen to get...

I'm interfacing with a significant body of synchronous legacy code and need to make web requests deep inside those stacks. It is not really feasible to rewrite the code to...

I'm seeing the following occasional stack trace in production: ``` java.lang.IllegalArgumentException: requirement failed at scala.Predef$.require(Predef.scala:324) at org.apache.pekko.dispatch.BatchingExecutor$BlockableBatch.run(BatchingExecutor.scala:105) at org.apache.pekko.dispatch.TaskInvocation.run(AbstractDispatcher.scala:59) at org.apache.pekko.dispatch.ForkJoinExecutorConfigurator$PekkoForkJoinTask.exec(ForkJoinExecutorConfigurator.scala:57) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) at java.base/java.util.concurrent.ForkJoinPool.helpJoin(ForkJoinPool.java:2076) at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:423) at java.base/java.util.concurrent.ForkJoinTask.invokeAll(ForkJoinTask.java:750) ......

Looks like we're missing fbgemm.dll and uv.dll? ![Image](https://github.com/user-attachments/assets/a6d639ab-9280-4f6c-add3-859db6742ed9) ``` ... Debug: Loading library libomp140.i386 Debug: Failed to load for libomp140.i386: java.lang.UnsatisfiedLinkError: no libomp140.i386 in java.library.path: C:\Users\admin\.jdks\corretto-21.0.5\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.6\bin;C:\Program...

bug
help wanted
question