|
|
@ -12,6 +12,9 @@ |
|
|
|
# See the License for the specific language governing permissions and |
|
|
|
# See the License for the specific language governing permissions and |
|
|
|
# limitations under the License. |
|
|
|
# limitations under the License. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Refer to |
|
|
|
|
|
|
|
# https://github.com/GeoZcx/A-deeply-supervised-image-fusion-network-for-change-detection-in-remote-sensing-images . |
|
|
|
|
|
|
|
|
|
|
|
import paddle |
|
|
|
import paddle |
|
|
|
import paddle.nn as nn |
|
|
|
import paddle.nn as nn |
|
|
|
import paddle.nn.functional as F |
|
|
|
import paddle.nn.functional as F |
|
|
|