Kristofer Krus
Kristofer Krus
I have updated my pull request. How does this code look?
@qubvel I have three pending pull requests, including this one. Will they be merged?
@Clara85 Tested in what regard? When resizing, OpenCV only returns a BGR image if it is fed a BGR image as input; if you feed it an RGB image it...
I decreased `N_rand` to 300 but I'm still getting the same error message. The shape of the tensor that the script attempts to create is still `shape[4194304,90]`, so it doesn't...
It doesn't do the trick. When setting `N_rand` to 1 and using the `--no_batching` option, I'm still getting ``` tensorflow.python.framework.errors_impl.ResourceExhaustedError: OOM when allocating tensor with shape[4194304,90] and type float on...
I created the directory `tboard_val_imgs` manually, and now the script seems to run and populate the folder with some images.
The `ResourceExhaustedError` seems to occur only when the script tries to generate an output image, as it runs to `fern_test 500` before crashing. It turned out to be sufficient to...
Reducing `--chunk` instead of decreasing `N_samples` and `N_importance` (with the same proportional amount) indeed seems to work too. Is that maybe to prefer?
Is there some recommendation for how to denote a parameter within a description of another parameter? I noticed that using the expression `--my-option` in the description works unless the expression...
Thank you SimonRuehle, that worked!