The README.md file says that residual connections have been removed. Why?
|
- Residual connections are removed |
I saw that line 88 of class_DeepHit.py contains residual connections. Should I remove this line from my code?
|
last_x = self.x #for residual connection |
The README.md file says that residual connections have been removed. Why?
DeepHit/README.md
Line 15 in ecd4e57
I saw that line 88 of class_DeepHit.py contains residual connections. Should I remove this line from my code?
DeepHit/class_DeepHit.py
Line 88 in ecd4e57