Results 82 comments of Jan
trafficstars

hi @mohantym , I haven't had the opportunity to use it again so I haven't tried it. But from what I was told the Go API is no longer maintained...

Thanks @SuryanarayanaY I found some alternative solution in Go, so no worries. Btw it would be nice to updated the [README.md](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/go/README.md) file in Go directory under TensorFlow with the contents...

hi all, \e obrigado por me incluir Joel!\(thanks for looping me in). So I'm wondering if the Python model will work for Go, or at least how GoNB works, since...

Thanks for the pointer @puellanivis ! Indeed that seems the link I was looking for ... Maybe indeed, just improving it's discoverability: a suggestion would be to add an emphasized...

Any considerations on this one ? I bumped into the exact same issue again. Apparently this is also a dependency, for similar reasons for [GRPC Proposal to use Absl Logging](https://github.com/grpc/proposal/blob/master/L117-core-replace-gpr-logging-with-abseil-logging.md).

Well, if only I had access to all the code (of all dependencies) ... One could also create a wrapper to `absl::InitiailzedLog` that includes a `std::call_once()` to the original. Alas,...

Similar here, when running `jupyter nbconvert --execute -to asciidoc some_notebook.ipynb` and the notebook outputs even the most trivial `text/markdown` MIME data (just a simple "hello world" message), nbconvert will output...

I should also mention that if using `nbconvert --to=html` it works just fine, it will convert the output of markdown. It's an issue only with `--to=asciidoc`.

> Hello, would someone like to try the fix here? #2152 Many thanks for the fix!! I'd be happy to try it for GoNB test. Is it part of a...

That makes lots of sense. If I understood correctly (it has been a while since I looked at the code) the issue of caching is that in some rare (?)...