Andriy Balinskyy
Andriy Balinskyy
@mauvilsa Frankly, I have not used it either, so I am not sure what is the proper way to indent it. However, it is used this way in e.g. [here](https://github.com/PyTorchLightning/pytorch-lightning/blob/b978d2a1f2f9cc9942971a6e252ccd1209a9269b/pytorch_lightning/loggers/tensorboard.py#L50),...
Indeed, this problem takes place, since I have an exactly same output as in previous comment when running decode.sh script.
But when I run the script from python directory (as suggested above), I get the following output: (env) andry-bal@andrybal-VirtualBox:~/Documents/NLP/disambiguate/python$ ./launch.sh getalp.wsd.predict --data_path ../../data --weights ../../data/model_weights_wsd0 --disambiguate Traceback (most recent call...
@coylz I have doubts, that this is a memory issue. I monitored RAM and disk during script execution and did not see anything suspicious (however I might be mistaken). However,...
In earlier versions of openCV function _findContours()_ used to return 3 values (_image, contours, hierarchy_). In openCV 4 it returns two values (_contours, hierarchy_) and this is what causing the...