Hi! I’ve encountered issue where Perceptilabs cannot produce preview output for model’s node:
And console output says:
AutoGraph could not transform <bound method build_image_pipelines..Pipeline.call of <perceptilabs.data.pipelines.image.build_image_pipelines..Pipeline object at 0x000001E9509CD3C8>> and will run it as-is. Please report this to the TensorFlow team. When filing the bug, set the verbosity to 10 (on Linux,
export AUTOGRAPH_VERBOSITY=10
) and attach the full output. Cause: module, class, method, function, traceback, frame, or code object was expected, got cython_function_or_method To silence this warning, decorate the function with @tf.autograph.experimental.do_not_convert
And It’s many of these.
I have tried this combinations of versions:
python 3.7.10 + cudnn 8.0, cudatools 11.0 with perceptilabs 0.12.3, 0.12.4.
Older versions of perceptilabs (0.11.11, 0.11.15) with GPU support and corresponded cuda packages produced similar results.
The last attempt on packages was simply:
conda env create -n plabs python=3.7
pip install perceptilabs
Even try it on different hardware (AMD, Intel, Nvidia GPU 1080ti\1050), but nothing of it doesn’t help.
Preview still can shows images, though across the standart MNIST tutorial. But I doesn’t understand, I am clearly see people doesn’t have this issue with graph\data rendering. So what it can be wrong?
I do not find the problem in this forum, although StackOverflow forwarded the problem to possible Django versioning. Please, help.