Skip to content

Commit

Permalink
renamed from clasp to clara
Browse files Browse the repository at this point in the history
  • Loading branch information
knoriy committed Oct 16, 2023
1 parent ebf7f37 commit a22e812
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions clara/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"import soundfile as sf\n",
"from torchmetrics import MetricCollection, Recall, Accuracy, Precision, AveragePrecision\n",
"\n",
"from clasp import PLCLASP\n",
"from clara import PLCLARA\n",
"from datamodule.utils import get_log_melspec\n",
"from eval.util import get_dataset\n",
"from eval.test_zeroshot import run as zeroshot_run\n",
Expand Down Expand Up @@ -111,7 +111,7 @@
"##############\n",
"# Model\n",
"##############\n",
"model = PLCLASP.load_from_checkpoint(args.model_path, map_location=device)"
"model = PLCLARA.load_from_checkpoint(args.model_path, map_location=device)"
]
},
{
Expand Down Expand Up @@ -230,13 +230,6 @@
"tops"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": 15,
Expand Down

0 comments on commit a22e812

Please sign in to comment.