Martin Klefas-Stennett

Results 21 comments of Martin Klefas-Stennett

> @beckernick I think the reason you might be getting the error about convergence is generally not likely to happen in practice, It looks like the amount of duplicated rows...

> @MartinKlefas Have you tried to increase `min_samples`? Adding non-zero edges to the KNN should lead to convergence. If you can compute the maximum number of repeated inputs in your...

OK, so now it gets a bit further, but I now get the error: ``` Trying to login from cached sessionfile /tmp/acd_fuse/sessionfile Cached session failed; trying auth login Login successful;...

apologies, linked to the wrong issue - my PR does not affect this question

It's also worth mentioning that saving as a dsl file produces the python file as expected, but when I run that from the command line I get: Traceback (most recent...

Thanks, that's working now, maybe the error message could be changed, as I thought I needed to add support for PNG files by including more plugins, rather than just increasing...

Well, at the moment the memory usage just keeps going up until the server locks up and dies at 24gb. It starts raising in gb chunks when I go to...

I've done some testing: 1. I reduced the folder sizes and once the folder has had thumbnails generated, it releases the memory - but only when all the images have...

Yes, and I think with "proper" formats the creation of the thumbnails is much more memory efficient too - as the files contain thumbnails and don't have to be fully...

Thanks - the uniqueness of this dataset is really coming to light the more I work with it. Now that I've generated most of the thumbnails the system is working...