Machine Learning Library in G'MIC

Hello, I’m trying denoise but I get the following error:

$ gmic sp prova-1.jpg , 256 noise 15 cut 0,255 +denoise_cnn 0
[gmic]-0./ Start G’MIC interpreter.
[gmic]-1./ Input sample image ‘landscape’ (1 image 1024x576x1x3).
[gmic]-1./ Input file ‘prova-1.jpg’ at position 1 (1 image 6024x4022x1x3).
[gmic]-2./ Input black image at position 2 (1 image 256x1x1x1).
[gmic]-3./ Add gaussian noise to images [0,1,2], with standard deviation 15.
[gmic]-3./ Cut images [0,1,2] in range [0,255].
[gmic]-3./ Denoise images [0,1,2] using a convolutional neural network (for soft-noise), with patch size 64.
[gmic] *** Error in ./ *** Command ‘denoise_cnn’: Unable to load network file ‘gmic_denoise_cnn.gmz’.

Is it a Solus (my distro) package problem or something else?