Vladimir Kuzmin
Vladimir Kuzmin
Just checked "Creating the new tag 'neuropod' requires at least 1500 reputation." @tgaddair I see "horovod" has tag. Do you have "reputation" at StackOverflow by any chance?
We use workaround for now: TF.Keras: ``` from tensorflow import keras from neuropod.backends.keras.packager import * # TF2 doesn't recommend to use session anynmore. # But Keras backend still needs this...
> > We don't expect that somebody is using C API directly. This will be used by future CGo API mostly. > > I don't think this is accurate. We...
Is it right understanding that this is GPU/TPU optimization only?
Yes, I thought about separate Jar as installer. I will check if it fits our use case. I will publish separate PR for part 1, os-specific that includes Core native...
I see "multiprocess" reported error, so OPE (Out Of Process execution is used, this is set by RuntimeOptions.use_ope). I actually can see use_ope=True ``` File "/home/app/miniconda3/envs/tf1x/lib/python3.7/site-packages/neuropod/loader.py", line 117, in __init__...
I see Bazel Buildifier Lint failed. Found that there is a tool with linter and formatter of bazel BUILD files. https://github.com/bazelbuild/buildtools/tree/master/buildifier . Fixed.
> See [#457 (comment)](https://github.com/uber/neuropod/issues/457#issuecomment-732023918) for more details > > TL;DR: I think bundling backends into the final JAR and untarring at runtime is specific to your usecase and not very...
I looked at go-torch package but not sure if it does conversions. It performs binding through Cgo "bridge". This is pretty similar to what we are doing for our Go...
Can you please clarify, what is Statickcheck Pro? Is it still Open Source branch?