Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatelintelo authored May 10, 2023
1 parent 8301e4b commit 3f94785
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# ResNet based speak recognition

The current repository is a copy of the speaker recognition challenge by Radboud University. My ResNet/ResNeXt implementation for this challenge is found in the `skeleton/layers/resnet.py` `.../resnet_block.py` and `resnext_block.py` files. Other changes made such as parameters, layer/block structure and training cycling can be found in the `skeleton/models/prototype.py` file. The original code is written to work on a cluster of Radboud University in Nijmegen through GitLab.

The accompanying project paper is found under `project_paper.pdf`.

# Speaker recognition on tiny-voxceleb

Welcome to the speaker recognition challenge of the Machine Learning in Practice course! We hope you will have fun playing around with training and iterating on machine learning models, learning to use the Data Science GPU cluster and Linux command line environment as well as outperforming the other teams! :)
Expand Down

0 comments on commit 3f94785

Please sign in to comment.