kbressem / trainlib

MIT License
4 stars 0 forks source link

Allow missing keys during prediction #66

Open kbressem opened 1 year ago

kbressem commented 1 year ago

Unless allow_missing_keys is set to true for all base transforms, trainer.predict will throw an error. A temporary overwrite to allow missing keys in all predictions would be useful.