Jan
Jan
Indeed the examples directory still has the old syntax, and is also partly missing. We are finishing to update some parts of the library and graph sampler, and then we...
hi @paulamartingonzalez , In principle GPUs supported by TensorFlow will be supported as well. But we haven't tried it yet. The tricky part is that for the common GNN case,...
hi smith-co@, I wonder what types of samples you have. Do you have labeled pairs of things that should be "similar" and things that should not be similar (positives and...
Same issue for [TensorFlow Decision Forests](http://tensorflow.org/decision_forests) models, they require TF custom ops.
Thanks Felix! :)
That sounds awesome @rishiraj !! [This tutorial](https://www.tensorflow.org/decision_forests/tutorials/automatic_tuning_colab) may be a starting point. Some optional suggestions/ideas: * For small datasets, add support for n-fold cross-validation. This will make the best use...
hey @lolorenzo777 the Stockchart web app looks really cool! I agree with you that Go+Wasm is awesome, I always disliked javascript. And I've been using this library, and occasionally fixing...
I missed the thread before because of the mispelling, so I never saw calysto_bash ... But I did put together a PR to add support to HTML, if anyone is...
(Edited after I found the support to copy/comparison): [C++ API](https://developers.google.com/protocol-buffers/docs/cpptutorial#standard-message-methods), [Python API](https://developers.google.com/protocol-buffers/docs/pythontutorial#standard-message-methods) and [Java API](https://developers.google.com/protocol-buffers/docs/javatutorial#standard-message-methods) provide `CopyFrom()` or `mergeFrom()` methods. The equivalent methods in Go are [`proto.Equal`](https://pkg.go.dev/google.golang.org/protobuf/proto#Equal) and [`proto.Merge`](https://pkg.go.dev/google.golang.org/protobuf/proto#Merge). Both...
hi Bruno, Unfortunately it does not yet work with TFLite -- it's in our list of TODOs, but not there yet. In the mean time we do have the C++...