HI everybody ! previously I used the trainer to model a Fender hot Rod Deville amp. Now im trying to model again the same amp but with another character, but, the trainer is sending me several errors
I attached a screen capture of the problem, can somebody had the same problem? could you help me please?
I’m seeing this error now, too. Looks like something in the code changed at some point. Not sure who manages the code there, but maybe @itskais has some ideas?
My error message is slightly different:
Checking GPU availability... GPU available!
Getting the code...
Checking for code updates...
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-b52b4be1fb1a> in <cell line: 13>()
40
41
---> 42 from colab_functions import wav2tensor, extract_best_esr_model, prep_audio
43 import plotly.graph_objects as go
44 from CoreAudioML.networks import load_model
1 frames
/content/Automated-GuitarAmpModelling/colab_functions.py in <module>
14 import CoreAudioML.miscfuncs as miscfuncs
15 from CoreAudioML.dataset import audio_converter, audio_splitter
---> 16 import CoreAudioML.training as training
17 import CoreAudioML.dataset as CAMLdataset
18 import CoreAudioML.networks as networks
/content/Automated-GuitarAmpModelling/CoreAudioML/training.py in <module>
2 import torch.nn as nn
3
----> 4 from auraloss.perceptual import FIRFilter
5
6 # ESR loss calculates the Error-to-signal between the output/target
ModuleNotFoundError: No module named 'auraloss'
I can’t seem to find a link to the most current collab notebook on the forum. Can we create a topic with the current canonical link so everyone is using the correct tool?
I assume the second link is the correct and most current one. If that’s the case, we need to have @LievenDV update the blog post in addition to maintaining a canonical reference to the correct collab notebook.