Mentions légales du service

Skip to content
Snippets Groups Projects
Verified Commit cba2534d authored by ANDREY Paul's avatar ANDREY Paul
Browse files

Fix some internal documentation links.

parent ad56d1e1
No related branches found
No related tags found
No related merge requests found
Pipeline #850738 skipped
......@@ -17,7 +17,7 @@
"""Dataset interface to wrap up 'tensorflow.data.Dataset' instances.
* [TensorflowDataset][declarn.dataset.tensorflow.TensorflowDataset]:
* [TensorflowDataset][declearn.dataset.tensorflow.TensorflowDataset]:
Dataset subclass to wrap up 'tensorflow.data.Dataset' instances.
"""
......
......@@ -19,7 +19,7 @@
The main class implementing by this submodule is `TorchDataset`:
* [TorchDataset][declarn.dataset.torch.TorchDataset]:
* [TorchDataset][declearn.dataset.torch.TorchDataset]:
Dataset subclass serving torch Datasets.
Some utils are also exposed here, either used as part of the `TorchDataset`
......
......@@ -213,7 +213,7 @@ class TorchDataset(Dataset):
@staticmethod
def check_dataset_specs(specs) -> None:
"""Utility function checking that user-defined `get_specs()`
method returns valid [DataSpecs][declearn.dataset.Dataspecs]
method returns valid [DataSpecs][declearn.dataset.DataSpecs]
fields."""
acceptable = {f.name for f in dataclasses.fields(DataSpecs)}
for key in specs.keys():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment