chainer-chemistry icon indicating copy to clipboard operation
chainer-chemistry copied to clipboard

Add an option that enables dropout behave deterministically to RSGCN.

Open delta2323 opened this issue 6 years ago • 2 comments

See #146 for detailed discussion.

delta2323 avatar Apr 23 '18 13:04 delta2323

Do we really need deteministic behavior only for testing? If it is ok for current test, I would like to close the issue.

corochann avatar May 11 '18 06:05 corochann

Do we really need deteministic behavior only for testing?

If we can test the case in which the dropout option is not 0 without deterministic behavior, we do not have to implement it, until some users want it (e.g. a test that checks the dropout function is surely called when dropout ratio is greater than 0). Otherwise, it is better to do it, I think.

delta2323 avatar May 12 '18 04:05 delta2323