Skip to content

Commit

Permalink
Update README.md (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
pastorep committed Sep 13, 2023
1 parent 2ed0955 commit 2bd47e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ModelTraining/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,12 @@ The inference.py returns a dictionary -
- **global_predictions**: A global prediction(1/0) for the clip containing a valid whale call (integer)
- **global_confidences**: Probability of the prediction being a whale call or not(float)

# All the files generated during process is on [Onedrive](https://microsoft-my.sharepoint.com/:f:/p/aaagraw/EpK2FvtpbRBDt76EwoKPuHoB8ll9WSXNPGhRX63OTg-1Jw?e=550aE2)
# All the files generated or used during training are [here:](https://portal.azure.com/#@adminorcasound.onmicrosoft.com/resource/subscriptions/c65c3881-6d6b-4210-94db-5301ef484f17/resourceGroups/mldev/providers/Microsoft.Storage/storageAccounts/storagesnap/overview). NOTE: You must hold "Contributor" role assignment in the OrcaSound Azure tenant to access.
- **Models/stg2-rn18.pkl** - Trained ResNet18 model
- **mldata.7z** is data used for training the model
- **All.zip** is testing data for early evaluations
- **test2Sec.zip** is data used for scoring for official evaluations



## Dependencies -
- [FastAIAudio](https://github.com/mogwai/fastai_audio)
- [FastAI v1](https://github.com/fastai/fastai/blob/master/README.md#installation)
Expand Down

0 comments on commit 2bd47e6

Please sign in to comment.