You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running starcode as ./starcode-master/starcode -t 4 -c --print-clusters -i INFILE and I get no output. When I change '-c' to '-r 5.0' or '-s' I get output as expected. Is there some other option required in order to get output when using the connected components cluster algorithm?
The text was updated successfully, but these errors were encountered:
Hi Eduard,
So far it's only happening with my large files ~6GB but not when I try it on small portions of them. I will keep searching for a smaller example that reproduces the error.
Thanks!
Retaining the connected components cluster graph for a 6GB file may take a lot of memory.
How much memory does your machine have?
Can you check the exit status of starcode after running on such file?
I'm running starcode as
./starcode-master/starcode -t 4 -c --print-clusters -i INFILE
and I get no output. When I change '-c' to '-r 5.0' or '-s' I get output as expected. Is there some other option required in order to get output when using the connected components cluster algorithm?The text was updated successfully, but these errors were encountered: