Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ketos ketos
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • public_projects
  • ketosketos
  • Wiki
  • Home

Last edited by Oliver Kirsebom Aug 17, 2022
Page history

Home

  • New release instructions

  • Instructions for cleaning git history (to reduce repository size)

  • To view all files under git version control (including old files that have been deleted),

git log --pretty=format: --name-only --diff-filter=A  | sort -u
  • Tensorflow and CUDA/cuDNN version compatibility table

  • Guide to installing CUDA and cuDNN libraries on Ubuntu

If apt is broken because of CUDA, try:

sudo rm /etc/apt/sources.list.d/cuda*
sudo apt --fix-broken install

Read more here and here

  • Guide to setting up NVIDIA container toolkit

  • Install Python 3.6 on Ubuntu 20.04:

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.6
  • Install Docker Engine on Ubuntu

  • Sphinx Documentation guides

  • How to profile import speeds:

python -X importtime -c "import ketos.audio.spectrogram" 2> import.log
tuna import.log
Clone repository
  • Home
  • New release instructions
  • Sphinx Documentation guides