Thank you for your excellent work! I have a question regarding the skip_connection parameter, which represents the number of channels for the skip connection. In arguments.py, its type is defined as int, but in some .cfg files, the value is set to True. Should I change this value from True to 1 or another integer?


Thank you for your excellent work! I have a question regarding the skip_connection parameter, which represents the number of channels for the skip connection. In arguments.py, its type is defined as int, but in some .cfg files, the value is set to True. Should I change this value from True to 1 or another integer?
