Update generater_photopen.py

fixed bug of importing ppgan model
own
kongdebug 3 years ago committed by GitHub
parent d4aa2b9b53
commit 21af009be0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      paddlers/models/ppgan/models/generators/generater_photopen.py

@ -18,7 +18,7 @@ import paddle.nn as nn
import paddle.nn.functional as F
from paddle.nn.utils import spectral_norm
from ppgan.utils.photopen import build_norm_layer, simam, Dict
from ...utils.photopen import build_norm_layer, simam, Dict
from .builder import GENERATORS
class SPADE(nn.Layer):

Loading…
Cancel
Save