Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova committed Oct 31, 2024
1 parent 13016c3 commit 23fd2b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
" from model.model import PoseEstimationWithMobileNet\n",
"\n",
" pose_estimation_model = PoseEstimationWithMobileNet(is_convertible_by_mo=True)\n",
" pose_estimation_model.loas_state_dict(torch.load(ckpt_file, map_location=\"cpu\"))\n",
" pose_estimation_model.load_state_dict(torch.load(ckpt_file, map_location=\"cpu\"))\n",
" pose_estimation_model.eval()\n",
"\n",
" with torch.no_grad():\n",
Expand Down
3 changes: 2 additions & 1 deletion notebooks/distil-whisper-asr/distil-whisper-asr.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@
" \"distil-whisper/distil-small.en\",\n",
" ],\n",
" \"Whisper\": [\n",
" \"openai/whisper-large-v3-turbo\" \"openai/whisper-large-v3\",\n",
" \"openai/whisper-large-v3-turbo\",\n",
" \"openai/whisper-large-v3\",\n",
" \"openai/whisper-large-v2\",\n",
" \"openai/whisper-large\",\n",
" \"openai/whisper-medium\",\n",
Expand Down

0 comments on commit 23fd2b4

Please sign in to comment.