manjaro-git

Results 7 comments of manjaro-git

> Hi, > > This might be a memory leak issue caused by pytorch dataloader. A possible solution for the issue is to replace the default multi-process start method with...

sorry, mybe i was wrong.`buff/cache` is the page cache of file.`AnonPages` may be the data of heap/stack corresponding to the `used` filed in output of command `free -h` and size...

`/data/ds/mmocr/mmocr/datasets/pipelines/textdet_targets/base_textdet_targets.py:48: RuntimeWarning: invalid value encountered in sqrt result = np.sqrt(a_square * b_square * square_sin /` I think the cause is the bad file in dataset.I catch the moment that the...

I find that when encounter the invalid value in sqrt , one of my four gpus is stopped, it's usage is zero, but three others are 100%.This case will coninute...

I have found that the type of data.lmdb provided by docs or generated by `tools/data/textdet/synthtext_converter` is not supported by the `LmdbAnnFileBackend` which used in the official configs. And according to...

75 line `filename, text = line.strip('/n').split(' ')` in `LmdbAnnFileBackend` is the cause of error.I think the format of `data.lmdb` doesn't match the code.And i wanna kown what the text is...

Did you resolve that? l have the same problem