Implement support for different task_types in one multi-modal-chain
The existing multi-modal example (MMIMDB) is aimed to process that classification task only. However, the rating prediction is mostly a regression task.
To solve this task, the CNN classification block and other regression blocks should be combined in one chain. The corresponding changes in core logic, validation rules, and test should be implemented/