Layer 별로 tensor값 출력하기
https://discuss.pytorch.org/t/how-can-i-extract-intermediate-layer-output-from-loaded-cnn-model/77301/3
모델
모델 로드
https://discuss.pytorch.org/t/how-can-i-extract-intermediate-layer-output-from-loaded-cnn-model/77301/28
referring to the weights by neurons model.layer.weight, model.layer.bias -> add them to constraints operations.