Luca Rossetto
Luca Rossetto
I tried to load the tensorflow-text extension as described in the documentation (https://djl.ai/docs/tensorflow/how_to_import_tensorflow_models_in_DJL.html) but was unable to do so under Windows. When calling `TensorFlow.loadLibrary()` I get `UnsatisfiedLinkError: no jnitensorflow in...
When ccn-lite-flic is used to transform larger files into the flic format in order to be served using `ccn-lite-repo256`, the inode usage increases rapidly. A test machine ran out of...
**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04 x86\_64): Windows 10 - TensorFlow version (use command below): 0.4.2 I have an application where I need to write...
**System information** - TensorFlow version (use command below): 1.15 **Describe the current behavior** When using the current Java bindings for TensorFlow, the log gets filled with output from every operation...
**System information** - Have I written custom code (as opposed to using a stock example script provided in TensorFlow): yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04 x86\_64):...
I'm using the most recent version of Cairo.jl with julia 6.1 on a Windows 8.1 machine. While rendering some Gadfly plots, julia crashed all of a sudden and produced a...
Added decoder based on external ffmpeg process. Tested and confirmed to be working with video, audio data might be unreliable depending on input due to lack of resampling. This might...
When trying to insert into an entity with an auto-increment column that has a unique index, the insert fails due to duplicate keys. Here is a minimal example to reproduce...
When submitting a query that would return several 100k rows, the query aborts with the following stack trace: ``` WARNING: Stream Error io.grpc.netty.shaded.io.netty.handler.codec.http2.Http2Exception$StreamException: Stream closed before write could take place...
Currently, the text modality has one text input field and checkboxes for the different features/semantics. However, it would be more useful if there was one text input per semantic to,...