nesm-gan

所属分类:人工智能/神经网络/深度学习
开发工具:Jupyter Notebook
文件大小:0KB
下载次数:0
上传日期:2024-04-23 23:57:36
上 传 者sh-1993
说明:  Generative Adversarial Network for Nintendo Entertainment System Music., stars:0, update:2024-04-22 20:27:22

文件列表:
components/
docker/
notebooks/
.dockerignore
docker_build.sh
docker_run_data_preparation_and_training.sh
dvc.yaml
params.yaml
requirements.txt

# Generative Adversarial Network for Nintendo Entertainment System Music ## About This project uses a Generative Adversarial Network (GAN) to create new 8-bit style music, trained on the [The NES Music Database](https://github.com/chrisdonahue/nesmdb). You can explore generated samples FIXME: [here](https://colab.research.google.com/github/alyona-chur/nesm-gan/blob/main/gan_for_nes_music_results_0.ipyn). The development of this project incorporates some concepts from the '[Udemy End-to-End Machine Learning Course](https://www.udemy.com/course/sustainable-and-scalable-machine-learning-project-development/)', along with other resources. ## Usage Follow these instructions to use the project: 1. **Setting Up the Environment.** - Check CUDA and cuDNN versions in '''docker/gpu.Dockerfile''' if using a GPU. - Build the Docker container by running: ``` ./docker_build.sh -t [cpu|gpu] ``` 2. **Downloading, Preparing Data, and Training Models.** ``` ./docker_run_data_preparation_and_training.sh -t [cpu|gpu] ``` Generated samples are saved to '''./data/samples''' during training. 3. TODO: To generate music... ### Tested Configurations Tested configurations include: - GPU: Ubuntu 20.04 Docker version 20.10.7 Driver Version: 535.171.04 CUDA Version: 12.2 - CPU: Ubuntu 20.04 Docker version 24.0.7

近期下载者

相关文件


收藏者