|
Algorithm 1 NAS-HRIS Search Encoder for High-Resolution Remote Sensing Image Segmention |
|
Require:: the training set; : the validation set; n: batch size; initialized operation set P; |
| Ensure: |
| 1: initialized the architecture variable and the weights randomly, learning rate , search epochs |
| 2: repeat
|
| 3: Sample batch of data from ; |
| 4: compute ; |
| 5: Updata by gradient descent: |
| ; |
| 6: Sample batch of data from ; |
| 7: compute ; |
| 8: Updata by gradient descent: |
| ; |
| 9: until converge |