Zach Kimberg
Zach Kimberg
GraalVM native image example incompatible with GraalVM 20.3.0 due to deprecated command-line options
The flag is used for debugging. I think you can just remove it
We use the `Repository` system to create repositories of datasets and models that have metdata, searchability, etc. Right now, the class you wrote is looking for your dataset in the...
If we want to follow Maven Central convention, we would not allow users to remove/modify models to ensure stability: https://central.sonatype.org/articles/2014/Feb/06/can-i-change-a-component-on-central/
As a first suggestion, I recommend using the `Trainer`. It is the main training session API and should make it easier to get everything right. You can refer to our...
That's awesome @DiaaAj! I think this issue would be really meaningful to many DJL users because there are a lot of tabular datasets in the real work. I assigned the...
It may be a bit odd, but it makes it far easier to implement the NDManager API and to do it correctly. I noticed at least a few engines that...
@jSaso Can you help explain some of your thoughts behind this? Is your goal more to be able to view the input of the model and the output of the...
This is for a Yolo imperative model (as we only have SSD). We only have a symbolic one
@Konata-CG Since @lanking520 mentioned that this PR is still WIP, I changed it to a draft PR which is GitHub's way to represent WIP PRs
I looked into this a bit. First, when I ran your python script it returned a number of errors: ``` 2021-12-07 11:43:55.320808: I tensorflow/core/platform/cpu_feature_guard.cc:151] This TensorFlow binary is optimized with...