Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBSCAN notebook Twitter exmaple #638

Merged
merged 2 commits into from
May 3, 2024

Conversation

Er1cCheng
Copy link
Contributor

No description provided.

Signed-off-by: Hongzhe Cheng <[email protected]>
@Er1cCheng
Copy link
Contributor Author

build

"import h5py\n",
"\n",
"# Consider using multiple GPUs given the large datasize\n",
"with h5py.File('twitterSmall.h5.h5', 'r') as f: \n",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can the file be converted to parquet format and copied to /dbfs ?

Copy link
Collaborator

@lijinf2 lijinf2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good!

"# !curl --output twitter.h5.h5 https://b2share.eudat.eu/api/files/189c8eaf-d596-462b-8a07-93b5922c4a9f/twitter.h5.h5\n",
"\n",
"# Partial small dataset\n",
"!curl --output twitterSmall.h5.h5 https://b2share.eudat.eu/api/files/189c8eaf-d596-462b-8a07-93b5922c4a9f/twitterSmall.h5.h5"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we always get the same dataset? May need to keep a copy of it locally or on the cloud storage (e.g. the /dbfs mentioned).

@Er1cCheng
Copy link
Contributor Author

build

Copy link
Collaborator

@eordentlich eordentlich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Er1cCheng Er1cCheng merged commit 9f9b4e6 into NVIDIA:branch-24.04 May 3, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants