# torchLearn **Repository Path**: wangfantec/torch-learn ## Basic Information - **Project Name**: torchLearn - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-25 - **Last Updated**: 2025-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Init ``` pip3 install torch torchvision torchaudio pip install matplotlib pip install librosa ffmpeg # for audio processing # 解决加载不了ffmpeg的问题 conda install -c conda-forge 'ffmpeg<7' ``` # audio I/O ``` pip install boto3 ``` # resample audio ``` pip install pandas pip install resampy ```