Skip to content
Discussion options

You must be logged in to vote

Hi,
perhaps there are some leftovers from previous experiments with notebook etc?
Maybe if you try again from zero?

I've managed today to run the training on vast.ai instance over ssh with a 3090 (4090s didn't work because of some bug in pytorch cuda 11.7 that was fixed in 11.8 but is not yet offered by pytorch conda install).

My steps were:

  1. Create instance with pytorch latest image, ssh into it
  2. Do the steps from rave install
  3. update pytorch through conda:
    conda install pytorch torchvision torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
  4. install ffmpeg (for resample):
    apt-get install ffmpeg

At this point training and resample worked for me

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@Alex3191
Comment options

Comment options

You must be logged in to vote
2 replies
@Alex3191
Comment options

@Alex3191
Comment options

Answer selected by Alex3191
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants