I ran into an issue while trying to follow the demo script. Specifically, the path used to register the dataset:
path = '/dfs/user/kexinh/popper_data_processed'
appears to be specific to a local or internal environment and doesn’t exist in the public repo or file system. This leads to an OSError when the script tries to create directories under this non-existent path.
Would it be possible to update the demo with a more portable path, or provide guidance on where/how to populate this data directory for public use? Thanks.