OaDsis / DerainCycleGAN

MIT License
46 stars 4 forks source link

Missing GMM loss and LSTM #4

Closed Hello-Felix closed 1 year ago

Hello-Felix commented 1 year ago

Two questions please: 1)Why is there no GMM loss in the code ? 2)Why is there no LSTM in U-ARSE ?

OaDsis commented 1 year ago

Thanks for your attention. 1) We remove the GMM loss in the TIP publication version, please refer to https://ieeexplore.ieee.org/abstract/document/9420312. 2) The LSTM mechanism is applied in URAD of networks.py.