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've been able to get the sort program running, returning the feature values for each region in parquet files (the package doesn't work when selecting h5 as the output file format). When trying to execute the featurize code it produces an embeddings.npz file in a matter of seconds, not in 15-20 minutes as stated in the readme file (I assume that it doesn't read through all parquet files, but I'm not really sure what the cause could be). The resulting embeddings.npz file cannot be parsed by analyze.ipynb.
The text was updated successfully, but these errors were encountered:
I've been able to get the
sort
program running, returning the feature values for each region in parquet files (the package doesn't work when selecting h5 as the output file format). When trying to execute the featurize code it produces anembeddings.npz
file in a matter of seconds, not in 15-20 minutes as stated in the readme file (I assume that it doesn't read through all parquet files, but I'm not really sure what the cause could be). The resultingembeddings.npz
file cannot be parsed byanalyze.ipynb
.The text was updated successfully, but these errors were encountered: