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

fix dataset conversion; fixed example datasets, torch geom list #39

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

mishadr
Copy link
Collaborator

@mishadr mishadr commented Dec 3, 2024

No description provided.

Copy link
Collaborator

@LukyanovKirillML LukyanovKirillML left a comment

Choose a reason for hiding this comment

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

Не везде указаны типы там где это возможно. Например, source_dir явно str или Path.

Шапки функций стоит переписать. Чтобы было одинаково с остальной частью проекта.
def def_name(
arg1: type,
arg2: type
)

@@ -988,6 +1054,32 @@ def _register_torch_geometric(
return gen_dataset


def merge_directories(source_dir, destination_dir, remove_source=False):
Copy link
Collaborator

Choose a reason for hiding this comment

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

Например, где стиль шапки метода остался старый.

@LukyanovKirillML LukyanovKirillML merged commit f4b2298 into develop Dec 3, 2024
3 checks passed
@LukyanovKirillML LukyanovKirillML deleted the dataset_convert branch December 3, 2024 13:52
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.

2 participants