|
Algorithm 1. MCC-CycleGAN training process. The pseudocode of the proposed network training process. |
| 1: |
Input:), location of dataset A and B |
| 2: |
, setup optimizer: Adam, |
|
|
| 3: |
For to do
|
| 4: |
For to do
|
| 5: |
Train , generate fake images |
|
based |
|
based on Equation (3), then update parameters of |
|
|
| 6: |
end for
|
| 7: |
Train , generate fake images |
|
based on |
|
|
| 8: |
Train based on Equation (8), feed |
|
based on Equation (4), then update parameters |
|
|
| 9: |
end for
|