Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge with master #22

Merged
merged 1,566 commits into from
Jul 23, 2019
Merged
Changes from 2 commits
Commits
Show all changes
1566 commits
Select commit Hold shift click to select a range
dc1dbf3
Added chainer.grad features to chainerx.grad
Jun 24, 2019
16ed562
add Variable.mean
yuyu2172 Jul 2, 2019
49b86e7
gsl::span -> absl::Span
hvy Jul 2, 2019
61bbf80
Fix a flake8 error
ktns Jul 2, 2019
fa2cd8c
Merge pull request #7663 from kmaehashi/fix-flake8-error
toslunar Jul 2, 2019
0bdd077
Merge pull request #7592 from niboshi/optimizer-hook-refactor
mergify[bot] Jul 2, 2019
8b511ba
Merge remote-tracking branch 'upstream/master' into opt
shu65 Jul 2, 2019
3a6e9ad
Merge pull request #7671 from hvy/gsl-to-absl
mergify[bot] Jul 2, 2019
8777e90
Merge pull request #7667 from niboshi/curly-braces
mergify[bot] Jul 2, 2019
1999ed7
Merge remote-tracking branch 'origin/master' into replace-optional
niboshi Jul 2, 2019
47e2b54
Merge pull request #7646 from niboshi/replace-optional
hvy Jul 2, 2019
39c0b0a
Add TODOs to handle zero norm
niboshi Jul 3, 2019
a3bc84e
Merge pull request #7561 from asi1024/chainerx-ellipsis
Jul 3, 2019
957d205
Add chainerx.softplus
aksub99 Jul 3, 2019
4c5be66
Added code to check the device being used in tests
Jun 18, 2019
0b18308
remove grad_inputs from chainerx.grad
Jul 3, 2019
5519e2a
Merge remote-tracking branch 'origin/master' into cleanup-cmake
niboshi Jul 2, 2019
9e8da7b
merge with master
Jul 3, 2019
ac47a0d
Move list(APPEND CUDA_NVCC_FLAGS -std=c 14)
niboshi Jul 3, 2019
5324c95
Use CMAKE_CXX_STANDARD for CUDA_NVCC_FLAGS -std=c 14
niboshi Jul 3, 2019
17a413c
fix absl optional
Jul 3, 2019
b845099
Merge pull request #6492 from Crissman/docinstall
niboshi Jul 3, 2019
d8a9062
same code for all backends
Jul 3, 2019
9d2067b
remove grad inputs from chainerx.grad tests
Jul 3, 2019
6fef53f
Merge pull request #7665 from chainer/kuenishi-patch-1
mergify[bot] Jul 3, 2019
98c8b25
Merge pull request #7647 from niboshi/cleanup-cmake
take-cheeze Jul 3, 2019
c1947e6
Improve comment
niboshi Jul 3, 2019
6d0fd18
Fix TODO syntax
Jul 3, 2019
92b9144
Fix typo
gwtnb Jul 3, 2019
d3b7eae
Improve shapes in group normalization tests
toslunar Jul 3, 2019
5e366dd
Stop retrying tests
toslunar Jul 3, 2019
d0e5b37
Merge pull request #7548 from emcastillo/fix_initializers_device_id
niboshi Jul 3, 2019
abaec9a
Update chainer/datasets/pickle_dataset.py
zaltoprofen Jul 3, 2019
5f87669
Fix import
zaltoprofen Jul 3, 2019
09252fb
Add some comments
zaltoprofen Jul 3, 2019
43a240f
Add unit-test
zaltoprofen Jul 3, 2019
16c103c
added chainerx support on initializers
Jul 3, 2019
ad9b76d
Merge pull request #7682 from gwtnb/typo
kmaehashi Jul 3, 2019
0f6cb2d
Merge pull request #7661 from toslunar/fix-amsgrad-vhat
niboshi Jul 3, 2019
d4057c5
Fix test
zaltoprofen Jul 3, 2019
fa25643
Merge pull request #7518 from asi1024/build-info
niboshi Jul 3, 2019
c791818
Merge pull request #7669 from emcastillo/chx_gradient_lars
asi1024 Jul 3, 2019
fb1bcbb
address comment
kshitij12345 Jul 3, 2019
3e05fe0
support ideep `mdarray`
kshitij12345 Jul 3, 2019
0da9c46
use only one fuction for test
kshitij12345 Jul 3, 2019
0724419
Comment tests for deprecated communicators
keisukefukuda Jul 3, 2019
45a36a7
refactored tests for chainer.grad to use inject backends
Jul 4, 2019
8df0457
Merge pull request #7687 from emcastillo/initializers
mergify[bot] Jul 4, 2019
441a5d3
Fix with using device on grad impl
Jul 4, 2019
0e7e961
Merge branch 'master' into function_ptr_type
Jul 4, 2019
4fbc1f5
Fixes an error on chainer.grad for multiple devices
Jul 4, 2019
d5f9a84
delete tests in test_variable.py
yuyu2172 Jul 4, 2019
88daf9c
add test in test_average
yuyu2172 Jul 4, 2019
d89eee6
Merge pull request #7692 from emcastillo/fix_grad_device
mergify[bot] Jul 4, 2019
2367b1c
Merge pull request #7641 from niboshi/gradient_clipping
hvy Jul 4, 2019
0d65b03
Fix Adam FP16 overflow on gpu kernels
Jul 4, 2019
9ee61a7
Merge branch 'master' into ecastill_chainerx_grad
Jul 4, 2019
7884304
Merge pull request #7202 from toslunar/brn-eps
niboshi Jul 4, 2019
222c8c4
Merge pull request #7657 from kshitij12345/lasso_chainerx
Jul 4, 2019
5b0dfe7
Removed deprecated communicators (Hierarchical, TwoDimensional, Singl…
keisukefukuda Jul 4, 2019
57c8e85
Merge pull request #7648 from niboshi/device-hashable
okapies Jul 4, 2019
9dbfa4e
Fixes spectral normalization chainerx conversion
Jul 4, 2019
6376f4f
Merge pull request #7670 from yuyu2172/variable-mean
Jul 4, 2019
4891d4b
Removed all documents, tests that use or depend on the removed commun…
keisukefukuda Jul 4, 2019
32c8d4a
Fix import
zaltoprofen Jul 4, 2019
6224551
ident error
Jul 4, 2019
29ae557
Merge pull request #7666 from niboshi/else-after-return
Crissman Jul 4, 2019
a742062
Merge pull request #7339 from sky58/addBinaryShift
mergify[bot] Jul 4, 2019
a482347
Fix tests
aksub99 Jul 4, 2019
94e88e8
Merge pull request #7684 from toslunar/fix-test-gn
mergify[bot] Jul 4, 2019
d3fb079
Merge pull request #7537 from kshitij12345/add-kwarg-device
mergify[bot] Jul 4, 2019
d800217
Merge pull request #7582 from hvy/chx-loss-followup
niboshi Jul 4, 2019
c47a378
Merge pull request #7698 from emcastillo/spectral
niboshi Jul 4, 2019
237e984
address comment
kshitij12345 Jul 4, 2019
f5f0cc6
save memory allocation using kwarg `out`.
kshitij12345 Jul 4, 2019
1145baf
re-add the TODO comment
kshitij12345 Jul 4, 2019
0d878f3
update test for gradient noise hook
kshitij12345 Jul 4, 2019
5928909
Update chainer/training/triggers/interval_trigger.py
ktns Jul 5, 2019
504ee11
Use `str.format()` also in the unittest
ktns Jul 5, 2019
d7d2a95
Use `assert` instead of `unittest.TestCase.assertEqual`
ktns Jul 5, 2019
daded08
format fix
Jul 4, 2019
a5dc604
Added a common test base class with lapack check
IvanYashchuk Jul 5, 2019
f2ecdfa
Added failing float16 dtype case to tests
IvanYashchuk Jul 5, 2019
242ffdb
Make failing float16 dtype case tests separate
IvanYashchuk Jul 5, 2019
38a07de
Fixed solve implementation for two-dimensional right hand side (b)
IvanYashchuk Jul 5, 2019
5fbb854
Added possible shapes of b to solve docs
IvanYashchuk Jul 5, 2019
40a6663
Merge pull request #7664 from ktns/interval_trigger_str
okapies Jul 5, 2019
66fa51f
Now everything compiles correctly if lapack is not available
IvanYashchuk Jul 5, 2019
d43235a
assert mock.call with noise.mock_calls
kshitij12345 Jul 5, 2019
eedb9dc
Add negative parametrizations
aksub99 Jul 5, 2019
c682b11
Merge pull request #7658 from prabhatnagarajan/expand_dims_docs
toslunar Jul 5, 2019
c8e47f7
Merge pull request #7632 from knorth55/concat-int
toslunar Jul 5, 2019
4b89876
Use `six.integer_types` for axis checks
toslunar Jul 5, 2019
3756b4c
Fix #5514 again
toslunar Jul 5, 2019
5d387c1
test for chainerx backend in weight decay
kshitij12345 Jul 5, 2019
5098955
Small fix for unused dtype variable
IvanYashchuk Jul 6, 2019
0200108
Merge branch 'master' into ivan-add-solve
IvanYashchuk Jul 8, 2019
e900b79
Relax atol/rol of chx erf float16 test
beam2d Jul 8, 2019
b642b6b
address comments
kshitij12345 Jul 8, 2019
b50ac6b
Merge pull request #7721 from beam2d/chx-erf-flaky
mergify[bot] Jul 8, 2019
505298d
pep8 fix
keisukefukuda Jul 8, 2019
03ae62d
Fix flaky chainerx.huber_loss
asi1024 Jul 8, 2019
a34d3ee
Merge pull request #7656 from kshitij12345/gradient_hard_clipping
asi1024 Jul 8, 2019
a2eaa67
Create links.rnn
himkt Jul 8, 2019
8c39ff5
Create functions.rnn
himkt Jul 8, 2019
0f9dff8
Adopt changes of links and functions
himkt Jul 8, 2019
9fcb6a1
Fix order of imports
himkt Jul 8, 2019
b859738
Merge pull request #4822 from kmaehashi/fix-mutable
mergify[bot] Jul 9, 2019
88c23a8
Merge pull request #7713 from toslunar/py2-axis
okapies Jul 9, 2019
139e91a
Fix offset in chainerx::Flip
asi1024 Jul 9, 2019
c05a1fb
Rename dummy variable
zaltoprofen Jul 9, 2019
332fd55
Reverse input array for non-contiguous tests
asi1024 Jul 9, 2019
34ccdc9
Remove dodge_nondifferentiable = True
asi1024 Jul 8, 2019
11c1ae5
Merge pull request #7723 from asi1024/flakey-huber-loss
mergify[bot] Jul 9, 2019
0b7be1d
Merge pull request #7625 from zaltoprofen/fix-pickle-dataset
niboshi Jul 9, 2019
a79cb9f
Modify beta range
aksub99 Jul 9, 2019
87d72e4
NOLINT added for loop
Jul 9, 2019
0ae69a7
Merge pull request #7679 from aksub99/Add_softplus
mergify[bot] Jul 9, 2019
8bc8783
Test invalid mixtures of arrays
Jul 4, 2019
ab23f02
Fix reporter for multi-thread use
niboshi Jul 9, 2019
41001b2
copy `Sum` function node
toslunar Jul 9, 2019
f81194d
Fix Parameter.dtype for uninitialized parameter
niboshi Jul 9, 2019
e7a1a9d
fixed loop
Jul 10, 2019
7630c44
Merge pull request #7520 from emcastillo/function_ptr_type
niboshi Jul 10, 2019
28d707e
Check if _build_info exists before import
asi1024 Jul 9, 2019
d14d454
Missing back conversions
Jul 10, 2019
b21a06f
Fix UpdateRule.use_fp32_update for uninitialized parameter
niboshi Jul 9, 2019
496fa2f
Fixes to method scope and comments
Jul 10, 2019
26ba569
Merge pull request #7464 from emcastillo/ecastill_chainerx_grad
mergify[bot] Jul 10, 2019
34655ef
Merge pull request #7486 from emcastillo/ecastill_multiproc
mergify[bot] Jul 10, 2019
61f1ff2
Merge pull request #7727 from asi1024/fix-flip
Jul 10, 2019
b899db4
Merge pull request #7715 from toslunar/ignore-protobuf-warn-py37
Jul 10, 2019
0b2a755
Add native implementation
aksub99 Jun 20, 2019
5568dc3
Modify native implementation and move code to indexing.cc
aksub99 Jun 23, 2019
3f8ae4b
Overload *= operator for cuda implementation
aksub99 Jun 23, 2019
ec6983b
Move files from reduction to indexing
aksub99 Jun 23, 2019
464e74b
Fix error in loop
aksub99 Jun 24, 2019
28a5a09
Remove *= operator overload
aksub99 Jun 24, 2019
1e87646
Add cumsum to kernels
aksub99 Jun 24, 2019
618d838
Add basic version of cuda implementation
aksub99 Jun 24, 2019
af7bd3b
Fix formatting
aksub99 Jun 24, 2019
156d529
Fix cuda implementation error
aksub99 Jun 25, 2019
2ffb1e3
throw NotImplementedError in cuda implementation and move implementat…
aksub99 Jul 1, 2019
c32b16a
Comment arguments
aksub99 Jul 1, 2019
f11871b
Add tests
aksub99 Jul 2, 2019
cf69ecc
Fix chainerx._testing error and modify native implementation
aksub99 Jul 4, 2019
0c2db29
Fix implementation errors
aksub99 Jul 4, 2019
fa619d4
Modify tests and native implementation
aksub99 Jul 4, 2019
f31a625
Make suggested changes
aksub99 Jul 5, 2019
2e3e343
Modify dtypes
aksub99 Jul 5, 2019
a2e0e89
Remove it_axis and redundant CopyIndexs
aksub99 Jul 6, 2019
349c285
Fix dtype mismatch
aksub99 Jul 6, 2019
b334524
Add support for axis=None
aksub99 Jul 8, 2019
81b65e9
Add missing header
aksub99 Jul 8, 2019
1eb9fbb
Remove redundant copy
aksub99 Jul 8, 2019
bb7c55a
Add backward implementation
aksub99 Jul 8, 2019
9451983
Merge remote-tracking branch 'chainer/master' into noncontiguous-test…
asi1024 Jul 10, 2019
f8c37e0
Fix eps in Contrastive.backward
asi1024 Jul 10, 2019
f8be3bb
Merge pull request #7697 from keisukefukuda/inactivate-deprecated-com…
belldandyxtq Jul 10, 2019
7cf898b
Merge remote-tracking branch 'upstream/master' into opt
shu65 Jul 10, 2019
1fd86cf
Make suggested changes
aksub99 Jul 10, 2019
ec53c38
Add TODO
aksub99 Jul 10, 2019
52efe38
Fix braces, clang-tidy
IvanYashchuk Jul 10, 2019
c25bf90
Fix formatting
aksub99 Jul 11, 2019
61eb325
Make changes
aksub99 Jul 11, 2019
420eee5
Merge pull request #7735 from niboshi/uninitialized-param-dtype
mergify[bot] Jul 11, 2019
6ba6fa8
Fix to avoid the case of square_sum(x1 - x2, axis=1).axis(1) has a va…
asi1024 Jul 10, 2019
575df22
Merge pull request #7736 from niboshi/optimizer-use-fp32-update
Jul 11, 2019
ed37746
Require CUDA if CHAINERX_BUILD_CUDA is set
niboshi Jul 11, 2019
a48e2e8
Modify backward
aksub99 Jul 11, 2019
baac2ce
Add strict mode to scatter_dataset as well as scatter_index
kuenishi May 29, 2019
0b199ec
Merge pull request #7716 from kshitij12345/chainerx-test-weight-decay
mergify[bot] Jul 12, 2019
c5baf01
Remove unnecessary if block
aksub99 Jul 12, 2019
23941e8
Merge pull request #7709 from kshitij12345/test-gradient-noise
Jul 12, 2019
a33253b
Implement `Mean` function node
toslunar Jul 12, 2019
dc456a1
Test if `F.average` overflows
toslunar Jul 12, 2019
d98e3a2
ChainerX fallback
toslunar Jul 12, 2019
88a6cfd
Require new NumPy
toslunar Jul 12, 2019
6664bf5
Update comment
asi1024 Jul 12, 2019
314548c
Merge pull request #7747 from asi1024/flaky-contrastive2
mergify[bot] Jul 12, 2019
ab8406c
Fix test condition and tolerance
toslunar Jul 12, 2019
73a9685
Fix test of `chx.reshape`
toslunar Jul 12, 2019
eabb66e
Merge pull request #7731 from niboshi/reporter-multithread
mergify[bot] Jul 12, 2019
e5f31fd
Merge pull request #7728 from asi1024/noncontiguous-test-slice
mergify[bot] Jul 14, 2019
e33cc03
Merge pull request #7745 from asi1024/flaky-contrastive
Jul 15, 2019
0d9fba9
Do not use 'else' after 'return'
IvanYashchuk Jul 15, 2019
d44b308
Use int64_t instead of int for shapes and dims
IvanYashchuk Jul 15, 2019
a0764fc
Use auto with static_cast
IvanYashchuk Jul 15, 2019
a83f22a
Modified parametrization of tests
IvanYashchuk Jul 15, 2019
9bfe757
Merge pull request #1 from toslunar/weight_standardization
hitsgub Jul 15, 2019
588cad5
Merge pull request #7752 from niboshi/cuda-not-found
Jul 16, 2019
dd19549
Fix style
toslunar Jul 16, 2019
564a647
warn users for Python 2
kmaehashi Jul 16, 2019
ed0e521
add upgrade guide
kmaehashi Jul 16, 2019
f04d13a
add note to installation guide
kmaehashi Jul 16, 2019
7d4c843
Enhanced error message
asi1024 Jul 16, 2019
f03d5ba
Refactor dummy links in optimizer_hooks_tests
niboshi Jul 12, 2019
a0350b6
Fix tolerance
toslunar Jul 16, 2019
713483c
Do not repeat accepted dtype errors
IvanYashchuk Jul 16, 2019
65ad96e
fix "zero division" in resize image
meokz Jul 16, 2019
0491eac
Add chainer.functions.rnn into packages
Jul 16, 2019
ee78ff1
Merge pull request #6678 from hitsgub/weight_standardization
toslunar Jul 16, 2019
5318742
Avoid to conflict names of test files
himkt Jul 16, 2019
5677ed4
Replace links.connection with links.rnn
himkt Jul 16, 2019
e0c6303
Merge pull request #6414 from niboshi/type-check-bool
mergify[bot] Jul 16, 2019
5547824
Merge pull request #6237 from knorth55/fix-roi-max-pooling-2d
mitmul Jul 17, 2019
54c631f
Revert "Allow bool evaluation in `type_check`"
mitmul Jul 17, 2019
26c7b20
Merge pull request #7766 from kmaehashi/drop-py2
niboshi Jul 17, 2019
6eb84e3
Merge pull request #7772 from chainer/revert-6414-type-check-bool
niboshi Jul 17, 2019
746d2d0
Added a comment for Travis CI steps why LAPACK is installed only for …
IvanYashchuk Jul 17, 2019
2f23791
Removed unnecessary dynamic cast
IvanYashchuk Jul 17, 2019
40f2549
Fixed typo
IvanYashchuk Jul 17, 2019
2af8b55
Add separate failing tests for fp16, parametrize suported dtype using…
IvanYashchuk Jul 17, 2019
b7d869a
Add a note to docs about supported dtypes
IvanYashchuk Jul 17, 2019
6d2cbab
Fix flake8 errors
niboshi Jul 18, 2019
40f2aef
Fix imports
niboshi Jul 18, 2019
c06e421
Add Mixed16 tests to multi-node chain List
belldandyxtq Jun 28, 2019
d451cd8
Bump version numbers to v7.0.0b2
asi1024 Jul 18, 2019
f676508
Add mixed16 tests to point_to_point communications
belldandyxtq Jun 28, 2019
aa947d1
Merge pull request #7776 from chainer/v7.0.0b2
hvy Jul 18, 2019
9184bfd
Fixed wrong typecasting
Jul 18, 2019
6bac92f
Revert "Warn users for Python 2"
kmaehashi Jul 18, 2019
815e829
Skip dtype failing tests when lapack is not available
IvanYashchuk Jul 18, 2019
bdda9d6
use cuDNN by default
crcrpar Jun 5, 2019
ee67bb2
change should_use_cudnn to >=auto
crcrpar Jul 18, 2019
7c38f19
Merge pull request #7778 from chainer/revert-7766-drop-py2
niboshi Jul 18, 2019
2a443f3
Do not hack
toslunar Jul 18, 2019
e651568
Removed print
Jul 18, 2019
721986e
Merge pull request #7725 from himkt/unify-rnn
Jul 18, 2019
1eed627
revert changes to optimizer tests
Jul 18, 2019
d734995
Merge pull request #7762 from toslunar/fix-test-chx-reshape-copied
mergify[bot] Jul 18, 2019
ba13fd1
Remove unused variable
asi1024 Jul 18, 2019
b4e65e1
Enhanced error message
asi1024 Jul 18, 2019
227778f
Add TODO
aksub99 Jul 18, 2019
02d1f0c
Merge pull request #7694 from emcastillo/fix_adam_test
niboshi Jul 19, 2019
493a768
Merge pull request #7558 from aksub99/Add_cumsum
asi1024 Jul 19, 2019
586e76e
Merge pull request #7327 from kuenishi/strict-scatter
keisukefukuda Jul 19, 2019
f8be8c7
Merge pull request #7760 from niboshi/refactor-optimizer-hook-test
Jul 19, 2019
400c07d
Merge pull request #7600 from shu65/opt
keisukefukuda Jul 19, 2019
8c5ffba
Merge pull request #7630 from belldandyxtq/mixed16_tests_for_multi_no…
kuenishi Jul 19, 2019
728d941
Merge pull request #7474 from IvanYashchuk/ivan-add-solve
hvy Jul 19, 2019
8088b08
Merge pull request #7758 from toslunar/fix-average-overflow
Jul 20, 2019
8a6116a
Merge pull request #7769 from meokz/fix-image-resize
takagi Jul 22, 2019
457a27a
Merge pull request #7637 from belldandyxtq/mixed16_tests_for_p2p
kuenishi Jul 22, 2019
3b03f9a
Merge pull request #7185 from crcrpar/use-cudnn-dropout
niboshi Jul 22, 2019
7df046a
Merge pull request #6835 from ishanrai05/bug-1
mergify[bot] Jul 22, 2019
8a04a86
Merge pull request #7738 from asi1024/check-build-info
mergify[bot] Jul 23, 2019
c9fb6ba
update test
Hakuyume Jul 23, 2019
a5ea170
add example
Hakuyume Jul 23, 2019
bb9a999
Merge pull request #7361 from Hakuyume/tabular-from-data
beam2d Jul 23, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chainer/function_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 244,8 @@ def apply(self, inputs):

.. note::

If the :data:`~Variable.data` attributes of the input variables exist on
a GPU device, that device is made current before calling
If the :data:`~Variable.data` attributes of the input variables
exist on a GPU device, that device is made current before calling
:meth:`forward`, so implementers do not need to take care of device
selection in most cases.

Expand Down