Francesco Rusticali

Results 7 comments of Francesco Rusticali

Hi, I tried to uninstall and install OneOf, but I still get the error. Calling OneOf directly from my code works fine, the problems seems to arise when calling Tensorflow...

To give more info: this seems to be a general problem with unsigned thirt party dlls. I get similar error in version 0.100.4 related to HDF5CSharp.dll trying to save model...

Thank you for the suggestion. From the stackoverflow link, a possible workaround can indeed be to build master source code without the "sign" flag. > BTW, do you build from...

Hi, thank you for the suggestions. You're right about point 2, that's a typo. Anyway, I'm pretty sure the behaviour in v0.100.4 is the one I described above. Instead, I...

To add more comments: setting `AllowGrowth` to true, or changing the value of `PerProssesGpuMemoryFraction` on GPUOptions seems not to help, nor it helps using method `tf.config.set_memory_growth()`. All of these work...

Thank you for the suggestion. I'm afraid it's not helping either. Whatever I do, the memory limit is kept the same. My problem is that I always see the same...

Hi, I tried to investigate further. Even calling directly `c_api.TFE_ContextOptionsSetConfig` does not change the situation. I even tried to pass directly the serialized config, following for example [this](https://github.com/ljn917/cppflow/blob/891f68a0715358c972022b3006e0e35a5c3bc043/examples/efficientnet/create_config_options.py). There's probably...