Choose between symmetric and causal convolutions
mainThe model's information flow can be configured based on the application requirements:
- Symmetric convolutions: Exploits both past and future information from the input sequence. This results in better reconstruction accuracy.
- Causal convolutions: Exploits only past data. This approach is designed for real-time applications where future frames are not yet available, though it may result in slightly higher error rates.