ladder.data.builtin_data.get_data

Contents

ladder.data.builtin_data.get_data#

ladder.data.builtin_data.get_data(dataset, save_path='./data/', smoke_test=False)#

Used to download data for tutorials.

Parameters:
  • dataset (Literal["Vu", "Ji", "Mascharak"]) – Specifies which dataset is to be downloaded.

  • save_path (str, default: “./data/”) – Specifies the directory in which the dataset will be saved. Defaults to ./data/.

  • smoke_test (bool, default: False) – Used when testing to pass through without actually unpacking the response from server.

Return type:

None

Returns:

None