self.localization_fc2.bias.data = torch.from_numpy(initial_bias).float().view(-1) RuntimeError: Numpy is not available
pip install numpy --upgrade
출처: https://cryptosalamander.tistory.com/145