FacePerceiver / LAION-Face

The human face subset of LAION-400M for large-scale face pretraining.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

convert_parquet.py#L23

ydli-ai opened this issue · comments

big_table=pq.read_table(big_parquet_file).to_pandas()()

should be big_table=pq.read_table(big_parquet_file).to_pandas()

thanks for pointing out