Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sooahleex committed Oct 26, 2024
1 parent 9bacb4b commit b599f4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Supported Tasks
multi_framework_dataset = FrameworkConverter(dm_dataset, subset="train", task="classification")
train_dataset = multi_framework_dataset.to_framework(framework="torch", transform=transform)
Thourgh this, we convert the dataset to PyTorch format
Through this, we convert the dataset to PyTorch format

.. code-block:: python
Expand Down

0 comments on commit b599f4d

Please sign in to comment.