Closed vl-dud closed 3 months ago
There are a lot of code like this
if isinstance(self.dropout_rate_branch, list):
To simplify the code, you can convert the single dropout to a list as well. Then in the code, there is no need to use if
to check.
Fixed
Now you can set
dropout_rate
more flexibly: