Hi everyone ! sorry i’m a nood concerning all this technicel stuff!
I am really looking forward to this new tech !
Followed all the instructions on the video and the website but i keep getting this
can anyone help me please
step 1 result
Input file name: /content/drive/MyDrive/aida/input.wav
Target file name: /content/drive/MyDrive/aida/target.wav
Input rate: 48000 length: 8653368 [samples]
Target rate: 48000 length: 8653368 [samples]
Preprocessing the training data…
step 2 result
args.device = MOD-DWARF
args.file_name = aida
args.input_size = 1
args.hidden_size = 16
args.unit_type = LSTM
args.skip_con = 0
existing model file found, loading network… continuing training…
16% 63/400 [01:40<07:26, 1.32s/it]validation patience limit reached at epoch 64
16% 63/400 [01:44<09:16, 1.65s/it]
done training
testing the final model
testing the best model
finished training: aida_LSTM-16-0
Training done!
ESR after training: 0.9973483085632324
step 3 result
FileNotFoundError Traceback (most recent call last)
in <cell line: 13>()
11
12 model_dir = f"/content/Automated-GuitarAmpModelling/Results/{file_name}_{config_file}"
—> 13 model_path, esr = extract_best_esr_model(model_dir)
14 model_data = miscfuncs.json_load(model_path)
15 model = load_model(model_data).to(device)
/content/Automated-GuitarAmpModelling/colab_functions.py in extract_best_esr_model(dirpath)
91 def extract_best_esr_model(dirpath):
92 stats_file = dirpath + “/training_stats.json”
—> 93 with open(stats_file) as json_file:
94 stats_data = json.load(json_file)
95 test_lossESR_final = stats_data[‘test_lossESR_final’]
FileNotFoundError: [Errno 2] No such file or directory: ‘/content/Automated-GuitarAmpModelling/Results/aida_LSTM-16/training_stats.json’
step 4
Generating model file: aida_LSTM-16.json
Traceback (most recent call last):
File “/content/Automated-GuitarAmpModelling/modelToKeras.py”, line 35, in
with open(stats) as json_file:
FileNotFoundError: [Errno 2] No such file or directory: ‘/content/Automated-GuitarAmpModelling/Results/aida_LSTM-16/training_stats.json’
FileNotFoundError Traceback (most recent call last)
in <cell line: 60>()
58
59
—> 60 shutil.copyfile(os.path.join(model_dir, ‘model_keras.json’), os.path.join(‘/content’, model_filename))
61 files.download(os.path.join(‘/content’, model_filename))
62
/usr/lib/python3.10/shutil.py in copyfile(src, dst, follow_symlinks)
252 os.symlink(os.readlink(src), dst)
253 else:
→ 254 with open(src, ‘rb’) as fsrc:
255 try:
256 with open(dst, ‘wb’) as fdst:
FileNotFoundError: [Errno 2] No such file or directory: ‘/content/Automated-GuitarAmpModelling/Results/aida_LSTM-16/model_keras.json’
I would love sole help please!!!