dnddnjs / pytorch-cifar10

The state-of-the-art algorithms on CIFAR-10 dataset in PyTorch
https://dnddnjs.github.io/
MIT License
58 stars 19 forks source link

controller 수정 ! #3

Closed dhkim0225 closed 5 years ago

dhkim0225 commented 5 years ago
  1. op_tanh_reduce 추가
  2. tanh_constant 값 변경
  3. bias False 옵션들 추가
  4. Xavier initializer 로 layer init 변경
  5. action 바로 controller에서 detach()
  6. additional_bias init으로 옮기고 옵션을 통해 추가할 수 있도록 함 (원 코드 따라하기) (기존 --> 그냥 추가해줬었음)
dhkim0225 commented 5 years ago

commit 명 변경