The README.md file says that residual connections have been removed. Why? https://github.com/chl8856/DeepHit/blob/ecd4e5743e018fa43779ed4a0a0697c8d5ebfe5a/README.md?plain=1#L15 I saw that line 88 of class_DeepHit.py contains residual connections. Should I remove this line from my code? https://github.com/chl8856/DeepHit/blob/ecd4e5743e018fa43779ed4a0a0697c8d5ebfe5a/class_DeepHit.py#L88