Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
RemyLau committed Jun 29, 2023
1 parent 208b35b commit a398980
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dance_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"cell_type": "code",
"source": [
"print(\"Available dataset option for ClusteringDataset:\")\n",
"pprint(ClusteringDataset.get_avalilable_data())"
"pprint(ClusteringDataset.get_available_data())"
],
"metadata": {
"id": "geQmHab8pnsC"
Expand All @@ -167,7 +167,7 @@
"cell_type": "code",
"source": [
"print(\"Available dataset option for ScDeepSortDataset:\")\n",
"pprint(ScDeepSortDataset.get_avalilable_data())"
"pprint(ScDeepSortDataset.get_available_data())"
],
"metadata": {
"id": "_3p6UfZHCOES"
Expand Down Expand Up @@ -472,7 +472,7 @@
"cell_type": "code",
"source": [
"print(\"Available dataset option for ScDeepSortDataset:\")\n",
"pprint(ScDeepSortDataset.get_avalilable_data())"
"pprint(ScDeepSortDataset.get_available_data())"
],
"metadata": {
"id": "bA7PPc2wvM3L"
Expand Down Expand Up @@ -735,7 +735,7 @@
{
"cell_type": "code",
"source": [
"# inputs: x, x_raw, n_counts\n",
"# inputs: x, x_raw, n_clusters\n",
"inputs, y = data.get_train_data()\n",
"n_clusters = len(np.unique(y))\n",
"in_dim = inputs[0].shape[1]\n",
Expand Down

0 comments on commit a398980

Please sign in to comment.