https://github.com/chainer/chainer

sort by:
Revision Author Date Message Commit Date
d297a17 Merge pull request #7571 from niboshi/bump-version Bump version numbers 21 June 2019, 05:34:03 UTC
d93236e Bump version numbers 21 June 2019, 05:19:53 UTC
e827c96 Merge pull request #7566 from kmaehashi/bp-7564-fix-typing-req [backport] Fix typing requirements 20 June 2019, 11:10:45 UTC
0c692ac Merge pull request #7564 from kmaehashi/fix-typing-req Fix typing requirements 20 June 2019, 09:59:36 UTC
ed125a4 Merge pull request #7509 from belldandyxtq/bugfix_6882 Bugfix for pytest 2x2 20 June 2019, 01:39:28 UTC
79c458b Merge pull request #7554 from keisukefukuda/bp-7257-add-bcast-deadlock-test [backport] Add a test to reproduce the bcast deadlock problem 19 June 2019, 06:12:02 UTC
b40b71c Merge pull request #7257 from chainer/add-bcast-deadlock-test Add a test to reproduce the bcast deadlock problem 19 June 2019, 04:28:04 UTC
cde437b Merge pull request #7542 from kmaehashi/bp-7231-codefix-line-break-on-expressions [backport] Fix code style for long expressions 18 June 2019, 13:12:53 UTC
73c6439 Merge pull request #7231 from niboshi/codefix-line-break-on-expressions Fix code style for long expressions 18 June 2019, 06:54:24 UTC
e6d1da5 Merge pull request #7535 from niboshi/bp-7533-ptb-example-iter-reset [backport] Implement `reset` method in the PTB example 18 June 2019, 03:08:27 UTC
eae24d3 Merge pull request #7533 from toslunar/ptb-example-iter-reset Implement `reset` method in the PTB example 17 June 2019, 15:56:57 UTC
ece1e7c Merge pull request #7532 from niboshi/bp-6872-func-where-type-check [backport] Fix type check of `F.where` 17 June 2019, 12:07:14 UTC
416a25b Merge pull request #6872 from toslunar/func-where-type-check Fix type check of `F.where` 17 June 2019, 10:58:12 UTC
32a2eec Merge pull request #7516 from toslunar/bp-7512-fix-adamw-cpu [backport] Fix AdamW update rule regression on CPU 14 June 2019, 09:47:40 UTC
b9b72ea Merge pull request #7512 from beam2d/fix-adamw-cpu Fix AdamW update rule regression on CPU 14 June 2019, 07:13:20 UTC
f84db02 Bugfix for pytest 2x2 This commit fixes a bug on two_dimensional_communicator, which can be triggered when running on a certain mpi topology. 14 June 2019, 06:50:57 UTC
0e0000a Merge pull request #7508 from keisukefukuda/bp-7373-fix-py2float-7370 [backport] Change 0 to 0.0 for python2 14 June 2019, 06:48:12 UTC
8c09c23 Merge pull request #7510 from beam2d/bp-7491-fix-7335 [backport] Make `WeightDecay` aware of loss scale 14 June 2019, 03:44:38 UTC
9b37c9b Merge pull request #7491 from toslunar/fix-7335 Make `WeightDecay` aware of loss scale 14 June 2019, 01:03:47 UTC
7a10666 Merge pull request #7373 from keisukefukuda/fix-py2float-7370 Change 0 to 0.0 for python2 13 June 2019, 12:13:07 UTC
3d3bf1f Merge pull request #7499 from toslunar/bp-7448-check-positive-dilation [backport] Check positive dilation in `F.convolution_2d` 13 June 2019, 07:20:53 UTC
b370575 Merge pull request #7500 from toslunar/bp-7449-deconvolution-2d-check-positive-dilation [backport] Check positive dilation in `F.deconvolution_2d` 13 June 2019, 06:30:04 UTC
9e2baf5 Merge pull request #7449 from takagi/deconvolution-2d-check-positive-dilation Check positive dilation in `F.deconvolution_2d` 13 June 2019, 05:00:16 UTC
03a7cba Merge pull request #7448 from takagi/check-positive-dilation Check positive dilation in `F.convolution_2d` 13 June 2019, 04:59:50 UTC
9c46bc9 Merge pull request #7461 from hvy/bp-7401-get-device-without-chainerx [backport] Improve `get_device` error message when ChainerX is not available 12 June 2019, 08:37:24 UTC
b897d72 Merge pull request #7477 from Crissman/bp-7417-remove-framework-comparison [backport] Remove "Comparison with other frameworks" from docs 12 June 2019, 06:44:53 UTC
f1c03d2 Merge pull request #7482 from toslunar/bp-7371-l2-normalize-docs [backport] Improve `F.normalize` documentation 12 June 2019, 06:44:05 UTC
fb7cc84 Merge pull request #7468 from Crissman/bp-7402-patch-1 [backport] Change Deformable Convolution 2D docs to match arguments 12 June 2019, 06:28:14 UTC
c687857 Merge pull request #7371 from crcrpar/l2-normalize-docs Improve `F.normalize` documentation 12 June 2019, 05:17:40 UTC
3d9cf0d Merge pull request #7417 from niboshi/remove-framework-comparison Remove "Comparison with other frameworks" from docs 12 June 2019, 02:09:24 UTC
828144a Merge pull request #7467 from toslunar/bp-6509-add_reference_to_swish [backport] Add reference and warning to `F.swish` document 12 June 2019, 02:05:30 UTC
f061ee7 Merge pull request #7469 from niboshi/bp-7462-rm-contribution-test-coverage [backport] Remove test coverage from ChainerX contribution guide 11 June 2019, 16:35:39 UTC
48d4df4 Merge pull request #7465 from okapies/bp-7423-chx-fix-mypy-errors [backport] Fix mypy errors 11 June 2019, 10:35:33 UTC
e33f78b Merge pull request #7462 from hvy/rm-contribution-test-coverage Remove test coverage from ChainerX contribution guide 11 June 2019, 08:55:05 UTC
c9f9c62 Merge pull request #7402 from higumachan/patch-1 Change Deformable Convolution 2D docs to match arguments 11 June 2019, 08:29:11 UTC
089d887 Merge pull request #7423 from toslunar/chx-fix-mypy-errors Fix mypy errors 11 June 2019, 08:02:39 UTC
2853773 Merge pull request #6509 from fiarabbit/add_reference_to_swish Add reference and warning to `F.swish` document 11 June 2019, 07:56:42 UTC
f343142 Merge pull request #7459 from Crissman/bp-7416-remove-research-projects [backport] Remove "Research projects using Chainer" from README 11 June 2019, 07:08:10 UTC
7221b64 Merge pull request #7401 from niboshi/get-device-without-chainerx Improve `get_device` error message when ChainerX is not available 11 June 2019, 05:40:50 UTC
f3ded5e Merge pull request #7458 from Crissman/bp-7306-fix-robots [backport] Fix robots.txt to allow indexing root 11 June 2019, 05:37:31 UTC
2d76838 Merge pull request #7416 from niboshi/remove-research-projects Remove "Research projects using Chainer" from README 11 June 2019, 05:02:33 UTC
58d9caf Merge pull request #7306 from kmaehashi/fix-robots Fix robots.txt to allow indexing root 11 June 2019, 04:30:28 UTC
423bce1 Merge pull request #7445 from toslunar/bp-7400-feature/variable-add-types [backport] Add type hints to `Variable` 11 June 2019, 03:58:22 UTC
0c26ecf Merge pull request #7400 from okapies/feature/variable-add-types Add type hints to `Variable` 07 June 2019, 08:00:53 UTC
2dfb08f Merge pull request #7426 from kmaehashi/bp-7363-fix-readthedocs [backport] Avoid installing ChainerX when building docs of other projects on ReadTheDocs 06 June 2019, 12:41:48 UTC
8ba6f13 Merge pull request #7363 from knorth55/fix-readthedocs Avoid installing ChainerX when building docs of other projects on ReadTheDocs 06 June 2019, 11:04:58 UTC
b43e762 Merge pull request #7403 from kmaehashi/bp-6843-feature-pfnci [backport] Add configuration of new CI system 06 June 2019, 08:37:57 UTC
0d77e51 Merge pull request #7412 from niboshi/bp-7362-warn-nan-fp16-example-vae [backport] Warn NaN in FP16 mode in vae example 06 June 2019, 08:23:14 UTC
342cf06 Merge pull request #7410 from niboshi/bp-7405-doc-ex-iter-reset [backport] Avoid setting `test_iter.epoch` manually in the tutorial of training loop 06 June 2019, 03:47:32 UTC
d0c83a4 Merge pull request #7362 from takagi/warn-nan-fp16-example-vae Warn NaN in FP16 mode in vae example 06 June 2019, 00:25:55 UTC
7883d28 Merge pull request #7399 from niboshi/bp-7389-fix-format-static-graph-rst [backport] Fix format of `static_graph.rst` 05 June 2019, 16:34:39 UTC
0be0384 Merge pull request #7405 from toslunar/doc-ex-iter-reset Avoid setting `test_iter.epoch` manually in the tutorial of training loop 05 June 2019, 11:31:19 UTC
9ea7ad7 Merge pull request #7254 from kuenishi/bp-7106-copyable-mnbn [backport] Fix uncopyable MultiNodeBatchNormalization 05 June 2019, 08:50:30 UTC
8ad115b Merge pull request #6843 from imos/feature-pfnci Add CI configs 05 June 2019, 08:22:53 UTC
9082788 Merge pull request #7389 from hvy/fix-format-static-graph-rst Fix format of `static_graph.rst` 05 June 2019, 03:48:49 UTC
0d39a39 Merge pull request #7388 from niboshi/bp-7346-warn-nan-fp16-example-pix2pix [backport] Warn NaN in FP16 mode in pix2pix example 04 June 2019, 07:08:47 UTC
34c29f7 Merge pull request #7374 from niboshi/bp-7293-fix-dropout-condition [backport] Fix condition to invoke cuDNN dropout 04 June 2019, 06:37:59 UTC
175b4a6 Merge pull request #7378 from niboshi/bp-7366-warn-nan-fp16-example-word2vec [backport] Warn NaN in FP16 mode in word2vec example 04 June 2019, 04:35:28 UTC
e058b58 Merge pull request #7387 from niboshi/bp-7354-warn-nan-fp16-example-pos [backport] Warn NaN in FP16 mode in pos example 04 June 2019, 04:12:54 UTC
900ca64 Merge pull request #7386 from niboshi/bp-7345-warn-nan-fp16-example-memnn [backport] Warn NaN in FP16 mode in memnn example 04 June 2019, 04:10:44 UTC
43a942a Merge pull request #7383 from niboshi/bp-7344-warn-nan-fp16-example-dcgan [backport] Warn NaN in FP16 mode in dcgan example 04 June 2019, 04:08:38 UTC
6f6e3e9 Merge pull request #7382 from niboshi/bp-7355-warn-nan-fp16-example-rl [backport] Warn NaN in FP16 mode in reinforcement learning examples 04 June 2019, 04:00:37 UTC
06ddcf4 Merge pull request #7381 from niboshi/bp-7357-warn-nan-fp16-example-sgo-cifar [backport] Warn NaN in FP16 mode in static_graph_optimizations/cifar example 04 June 2019, 03:58:43 UTC
ace32ad Merge pull request #7380 from niboshi/bp-7356-warn-nan-fp16-example-sentiment [backport] Warn NaN in FP16 mode in sentiment example 04 June 2019, 03:56:56 UTC
d987131 Merge pull request #7377 from niboshi/bp-7358-warn-nan-fp16-example-sgo-mnist [backport] Warn NaN in FP16 mode in static_graph_optimizations/mnist example 04 June 2019, 03:52:21 UTC
c2401bc Merge pull request #7376 from niboshi/bp-7372-warn-nan-fp16-example-wavenet [backport] Warn NaN in FP16 mode in wavenet example 04 June 2019, 03:48:59 UTC
3ac7cbb Merge pull request #7346 from takagi/warn-nan-fp16-example-pix2pix Warn NaN in FP16 mode in pix2pix example 04 June 2019, 03:15:27 UTC
21dc44d Merge pull request #7354 from takagi/warn-nan-fp16-example-pos Warn NaN in FP16 mode in pos example 04 June 2019, 03:02:17 UTC
8532b70 Merge pull request #7345 from takagi/warn-nan-fp16-example-memnn Warn NaN in FP16 mode in memnn example 04 June 2019, 03:00:24 UTC
3f2a3ef Merge pull request #7360 from shu65/bp-7289-fix-broken-bcast [backport] Fix a bug that root is ignored in scatter_dataset and bcast 04 June 2019, 01:01:36 UTC
1c48647 Merge pull request #7344 from takagi/warn-nan-fp16-example-dcgan Warn NaN in FP16 mode in dcgan example 03 June 2019, 23:49:25 UTC
4014bd2 Merge pull request #7355 from takagi/warn-nan-fp16-example-rl Warn NaN in FP16 mode in reinforcement learning examples 03 June 2019, 23:48:59 UTC
770ce7e Merge pull request #7357 from takagi/warn-nan-fp16-example-sgo-cifar Warn NaN in FP16 mode in static_graph_optimizations/cifar example 03 June 2019, 21:17:39 UTC
1f19f10 Merge pull request #7356 from takagi/warn-nan-fp16-example-sentiment Warn NaN in FP16 mode in sentiment example 03 June 2019, 21:14:47 UTC
5668bf3 Merge pull request #7366 from takagi/warn-nan-fp16-example-word2vec Warn NaN in FP16 mode in word2vec example 03 June 2019, 14:47:45 UTC
a1bc5ea Merge pull request #7358 from takagi/warn-nan-fp16-example-sgo-mnist Warn NaN in FP16 mode in static_graph_optimizations/mnist example 03 June 2019, 14:46:51 UTC
fccf872 Merge pull request #7372 from takagi/warn-nan-fp16-example-wavenet Warn NaN in FP16 mode in wavenet example 03 June 2019, 13:32:39 UTC
ed8f6e8 Merge pull request #7293 from crcrpar/fix-dropout-condition Fix condition to invoke cuDNN dropout 03 June 2019, 12:35:51 UTC
892297d Merge pull request #7289 from keisukefukuda/fix-broken-bcast Fix a bug that root is ignored in scatter_dataset and bcast 03 June 2019, 04:38:24 UTC
307a887 Merge pull request #7340 from niboshi/bp-7314-chx-ptb-gentxt [backport] Support ChainerX in PTB gentxt example 31 May 2019, 02:31:27 UTC
51dbc49 Merge pull request #7337 from kmaehashi/bp-7062-fix-Fnormalize-docs [backport] Fix `F.normalize` documentation 30 May 2019, 13:50:02 UTC
71cfa76 Merge pull request #7314 from hvy/chx-ptb-gentxt Support ChainerX in PTB gentxt example 30 May 2019, 12:06:50 UTC
acc28c8 Merge pull request #7336 from kmaehashi/bp-7214-fix-invalid-escape-sequence [backport] Fix invalid escape sequences in ChainerX routine docstrings 30 May 2019, 10:43:03 UTC
d89d649 Merge pull request #7062 from crcrpar/fix-Fnormalize-docs Fix `F.normalize` documentation 30 May 2019, 09:28:30 UTC
479c517 Merge pull request #7214 from niboshi/fix-invalid-escape-sequence Fix invalid escape sequences in ChainerX routine docstrings 30 May 2019, 09:26:22 UTC
dadac78 Merge pull request #7323 from niboshi/bp-7316-fix-str-assert-in-testing [backport] Improve type check in `_values_to_dicts` so it works with unicode of python 2 too 30 May 2019, 08:06:40 UTC
cdc0d5a Merge pull request #7334 from toslunar/bp-7064-fix-bernoulli-log_prob-backward-shape-bug [backport] Fix a bug in `Bernoulli.log_prob` 30 May 2019, 07:19:15 UTC
7d99bbd Merge pull request #7064 from seiyab/fix-bernoulli-log_prob-backward-shape-bug Fix a bug in `Bernoulli.log_prob` 30 May 2019, 06:38:45 UTC
985b20f Merge pull request #7070 from niboshi/bp-6317-feature/fix-initializer-doc [backport] Fix to clarify the description about initializer argument 29 May 2019, 11:42:08 UTC
6860d86 Merge pull request #7316 from muupan/fix-str-assert-in-testing Improve type check in _values_to_dicts so it works with unicode of python 2 too 29 May 2019, 08:39:23 UTC
38cb209 Merge pull request #7300 from kmaehashi/bp-7167-fix-init-n_batch_axes [backport] Fix initialization of `L.Linear` when called with `n_batch_axes` 29 May 2019, 06:05:29 UTC
2731e48 Merge pull request #7301 from kmaehashi/bp-7111-mergify-improve [backport] Improve mergify configuration 28 May 2019, 13:31:38 UTC
d5ba059 Merge pull request #7295 from Crissman/bp-7144-move-cuda-test [backport] Move `test_cuda.py` to `backends_tests` 28 May 2019, 13:26:22 UTC
b29b8b5 Merge pull request #7288 from Crissman/bp-7162-docs-device [backport] Improve device documentation 28 May 2019, 13:08:23 UTC
1779ca3 Merge pull request #7303 from niboshi/bp-7164-chx-imagenet-data-parallel [backport] Support device specifiers in ImageNet data parallel example 28 May 2019, 13:00:12 UTC
0bf36d8 Merge pull request #7173 from niboshi/bp-7108-for_msvc [backport] Fix ChainerX compilation with MSVC 28 May 2019, 12:27:42 UTC
47826ae Merge pull request #7263 from niboshi/bp-7055-chx-ptb [backport] Support device specifiers in PTB example 28 May 2019, 11:02:09 UTC
d67abd4 Merge pull request #7164 from hvy/chx-imagenet-data-parallel Support device specifiers in ImageNet data parallel example 28 May 2019, 10:30:45 UTC
012e2e0 Merge pull request #7299 from kmaehashi/bp-7188-doc-f-relu-lower [backport] Fix capitalization of `F.relu` in doc 28 May 2019, 08:26:34 UTC
a7687ff Merge pull request #7111 from niboshi/mergify-improve Improve mergify configuration 28 May 2019, 08:22:18 UTC
back to top