Thunfischpirat / SpokenDigits

This is our submission for the final graded project for the WS22/23 course "Neural Networks: Theory and Implementation" at Saarland University.
1 stars 0 forks source link

HP optimization broken for TransformerModel #36

Closed Introvertuoso closed 1 year ago

Introvertuoso commented 1 year ago

/Users/introvertuoso/python3.10_venv/bin/python /Users/introvertuoso/PycharmProjects/SpokenDigits/model_neural/transformer_model.py /Users/introvertuoso/python3.10_venv/lib/python3.9/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. warnings.warn('Lazy modules are a new feature under heavy development ' Traceback (most recent call last): File "/Users/introvertuoso/PycharmProjects/SpokenDigits/model_neural/transformer_model.py", line 114, in trainedmodel, = optimize_hyperparams( TypeError: optimize_hyperparams() missing 4 required positional arguments: 'train_set', 'val_set', 'audio_transforms', and 'spec_transforms'

Process finished with exit code 1