Michele Claus

Results 42 comments of Michele Claus

> > > Running `sudo powertop` gave me a power usages of about 15W in idle, indicating that the GPU was still on, even after `prime-select intel`. > > I...

I have to stick with 18.04 for compatibility of other software and drivers. Anyway, I've already reinstalled it and I'll use only the first command, which should not modify anything...

same problem here using the official environment.yml file https://github.com/jupyter-widgets/ipyleaflet/issues/780

Is this related to the issue I'm seeing? Loading a geoTIFF with multiple bands, with their names stored in each band metadata, only the first one is loaded in the...

same problem with Python 2.7, Tensorflow 1.4, Cuda 8.0, Ubuntu 16.04. Tried to comment that line before building but nothing changed.

In my fork I implemented blind denoising with 0-50 levels for RGB images https://github.com/clausmichele/DnCNN-tensorflow

Can you explain more in detail what kind of problem you have? It is impossible to say what went wrong without any details of where you are running the software.

Please post the full error you get, so I can see the line number and try to understand what's the problem. By the way, I am using OpenCV 3.4 compiled...

Running main.py only starts the training, is what you want? Do you have the images in the correct folders? Try `main.py --phase=test` with some test images in the right folders...

Check that ind isn't empty or None and try without `random.shuffle(ind)`