Paolo Galeone

Results 51 comments of Paolo Galeone

No, it's not planned just because I don't need it (yet). However, contributions are welcome! If someone wants to add a predefined model / predefined dataset should feel free to...

No problem, the code is still here thus you're free to merge whenever you want it (and if you want it!). In the meantime, if someone wants to use the...

Eventually, I updated the fork today. You can depend on https://github.com/galeone/tensorflow/tree/r2.9-go

In TensorFlow 2.x you can only use the SavedModel serialization format. Hence, if you have some "frozen" models you can't import and use them.

> Hi, > > I had the same problem, but changing the list command to `bucket.list(String::default(), Some("/".to_string())).await?;` worked for me to search for objects from the root. I think that's...

The problem is in pthread linking, it looks like your CMake file (when using `CHECK_INCLUDE_FILE_CXX(asio.hpp)`) does not link against pthread ``` Determining if the include file asio.hpp exists failed with...

Yeah, I ended up with the same workaround (although it should be temporary for sure since we're not checking if asio.hpp is present hence the compilation can start and fail...

Thanks! Additional info: because of the bug of Docker for windows, I had to exclude from the engine compilation the debug symbols and templates (I don't know if it helps)

I have a guess: the build tool is looking at the wrong path. I'm inside the container and there is the file `libcef.dll` inside the path `c:\UnrealEngine\Engine\Binaries\ThirdParty\CEF3\Win64`. Looking at the...

I can't help with Windows (altough is the one I need the most right now). But I checked with a Linux container and, yes, CEF also in Linux has some...