Sam Jia

Results 2 comments of Sam Jia

Hi Simon, The file '../src/PreTrain/community_detection/com-amazon_final.f.txt' should be generated by the pretrain model MAGIC, which is the trained embeeding file of MAGIC. line 9 (subprocess.call('python format_transform.py ...)) will read the file...

An example to create a parquet dataset file and reproduce the error: ``` python # Create parquet file import pyarrow as pa import pyarrow.parquet as pq arr = pa.array([[[1], [2,...