PyTorch Implementation of Global SIP 2019 Paper "FHDR: HDR Image Reconstruction from a SingleLDR Image using Feedback Network"
BSD 3-Clause "New" or "Revised" License
84
stars
18
forks
source link
RuntimeError: normal_ expects std > 0.0, but found std=0 #2
Closed
seyranakdemir closed 4 years ago
start_epoch = 1 model.apply(weights_init)
m.weight.data.normal(0.0, 0.0) I take error this code in train.py file=> RuntimeError: normal expects std > 0.0, but found std=0
Can you tell me, how can i get