|
Algorithm 1: Global spatial level adaptation |
|
Input: iris data , pixel label , training epochs , ratio coefficient
|
| Initialize: binary discriminator
|
| For t = 1,…,T do |
| Unfreeze the D and freeze the G
|
|
|
|
|
| Sort the logit maps based the
|
| Split the iris data corresponding to sorted into and by ratio coefficient
|
| Compute the D’s loss:
|
| to train
|
| Unfreeze the G and freeze the D
|
|
|
| to train
|