-
Notifications
You must be signed in to change notification settings - Fork 751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.4.0-1.3.4-SNAPSHOT problem #491
Comments
It looks like we need to use TensorShapeBase these days. Please try with that. |
or InsertDim ?? |
Yes, those functions still seem to work too! |
It looks like we need to inherit the constructors:
|
…structors (issue bytedeco/javacpp-presets#491) * Fix compiler error when defining `std::set` or `std::unordered_set` with `Parser`
I've fixed that in the commit above. Thanks for reporting! |
I've made a release that includes the fix: |
offical example src/main/java/ExampleTrainer.java
...
Output a = Const(root, Tensor.create(new float[] {3.f, 2.f, -1.f, 0.f}, new TensorShape(2, 2)));
...
compile error
====
The text was updated successfully, but these errors were encountered: