Paolo Galeone
Paolo Galeone
Really sorry but I'm not able to help you, I don't have a windows machine :sweat_smile: I'd keep this issue open hoping for someone in the same situation that might...
Hi @vkuznet , have you downloaded and installed in your system the correct library? https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-darwin-x86_64-2.4.0.tar.gz I don't have a Mac so I can't help you trying to reproduce your issue...
> After several iterations I found the issue. Turns out I had in /usr/local/lib previous version of TF (1.X) I was need to remove it, then I copied TF 2.4...
If you're interested in using a model for inference, it's better to train the model in Pyton, export it as a SavedModel and then use it from tfgo. If instead...
@CodingBeard thanks for reading the article and for the feedback! I'm not aware of that method of getting the operation name, but your experience can help other readers. Would you...
woah, thanks for sharing! I guess I'm going to extract something from your code for tfgo :smile:
Can you please clarify your question? If you have some code to share it would be better
Hm... I find the proposed solution of doubling the API a bit ugly but I totally understand your point. Perhaps it would be better to look at the tfgo codebase...
Sadly, this is a well-known problem in the TensorFlow C library (not related to Go or the Go bindings). Your only option is to compile tensorflow by yourself, after applying...
Hi, I only have breadcrumbs for you: - Check that the user is currently running Lighttpd is the correct one - Check that the same user is the owner of...