https://github.com/chainer/chainer

sort by:
Revision Author Date Message Commit Date
a8e15cb Merge pull request #8628 from chainer/maintenance-policy Update readme and pull-request template for the currently maintenance policy 17 October 2022, 02:18:00 UTC
e699881 update readme and pull-request template for the currently maintenance policy 13 October 2022, 05:19:55 UTC
ad3be38 Merge pull request #8624 from curegit/cvall Fix `_set_cover_all` in deconvolution_2d.py 29 September 2022, 04:23:34 UTC
ed4117f Add tests 19 August 2022, 09:11:36 UTC
c76bab5 Fix _set_cover_all 03 August 2022, 06:18:26 UTC
536cda7 Merge pull request #8622 from chainer/fix-doc-build Fix docs build 29 June 2022, 08:16:52 UTC
8b997ad fix docs build 29 June 2022, 07:41:25 UTC
e9da142 Merge pull request #8618 from chainer/bump-version Bump version and add cupy packages 05 January 2022, 04:28:43 UTC
7ee92c6 bump version and add cupy packages 05 January 2022, 04:14:52 UTC
e6d59c3 Merge pull request #8617 from chainer/pin-numpy-rtd DOC: Pin NumPy version to the latest supported 04 January 2022, 08:05:17 UTC
d6364c3 numpy 1.17.5 unavailable on anaconda 04 January 2022, 07:48:02 UTC
ccee8ba pin numpy version to the latest supported 04 January 2022, 07:41:00 UTC
6018f48 Merge pull request #8616 from belltailjp/patch-1 Prevent importing chainer immediately raises an error with cupy>=10 04 January 2022, 07:30:06 UTC
6112679 Remove unnecessary import 30 December 2021, 07:37:09 UTC
9ab8ef2 Simplify major version parsing Co-authored-by: Kenichi Maehashi <webmaster@kenichimaehashi.com> 29 December 2021, 14:33:19 UTC
1cc370e Prevent importing chainer immediately raises an error with cupy>=10 28 December 2021, 18:22:58 UTC
522e017 Merge pull request #8613 from chainer/bump-docker-7.8 Bump Dockerfiles to v.7.8.0 10 June 2021, 08:30:31 UTC
d2bbf1c Merge pull request #8612 from chainer/bump-7.8 Bump chainer version to 7.8.0 10 June 2021, 08:19:16 UTC
ed8b1b4 Bump dockerfiles 10 June 2021, 08:04:31 UTC
f242a20 Bump chainer version 10 June 2021, 08:01:52 UTC
f6cfd7e Merge pull request #8611 from kmaehashi/fix-import Fix `chainer.testing` requring pytest installed 10 June 2021, 07:47:47 UTC
9893696 Merge pull request #8607 from kmaehashi/fix-broken-cudnn-skip Fix broken `skip` condition 10 June 2021, 07:41:49 UTC
2584328 Merge pull request #8606 from kmaehashi/fix-random Fix random for CuPy v8/v9 10 June 2021, 06:27:49 UTC
ebf3c42 fix flake8 10 June 2021, 05:53:04 UTC
57417b9 fix flake8 10 June 2021, 05:50:53 UTC
03c9673 Merge pull request #8608 from kmaehashi/fix-docs Add cupy version recommendation 09 June 2021, 16:21:17 UTC
b125b05 Merge pull request #8610 from kmaehashi/fix-debug-print Fix debug print tests 09 June 2021, 16:20:30 UTC
917963e fix pytest import 09 June 2021, 09:28:03 UTC
3085206 Merge pull request #8609 from chainer/add-cupy-packages Add recent cupy packages 09 June 2021, 05:30:30 UTC
621c327 Merge pull request #8605 from kmaehashi/import-cupy-cudnn Import cupy.cuda.cudnn first to show preload warning 08 June 2021, 08:00:46 UTC
ba8a8c8 fix debug prints 08 June 2021, 07:42:14 UTC
69a239b add cupy version recommendation 08 June 2021, 07:30:39 UTC
eb6593e skip broken skip condition 08 June 2021, 07:18:52 UTC
e3fb11a fix random for cupy v9 08 June 2021, 07:18:27 UTC
9986dbd add recent cupy packages 08 June 2021, 07:13:13 UTC
7a13b4b import cupy.cuda.cudnn first to show preload warning 07 June 2021, 08:51:05 UTC
f53e574 Merge pull request #8600 from kmaehashi/remove-travis Remove travis for macOS 17 February 2021, 11:20:21 UTC
d94be15 Merge pull request #8599 from kmaehashi/fix-marker-warn Avoid pytest.PytestUnknownMarkWarning 16 February 2021, 15:33:30 UTC
f9f89eb remove travis for macOS 16 February 2021, 04:26:48 UTC
42046af Merge pull request #8598 from kmaehashi/fix-onnx-tests Ignore numpy 1.20 deprecations 16 February 2021, 04:01:26 UTC
16282a1 avoid pytest.PytestUnknownMarkWarning 15 February 2021, 03:03:16 UTC
834d7c3 fix pattern 15 February 2021, 02:52:34 UTC
c100c7c ignore numpy 1.20 deprecations 15 February 2021, 02:42:03 UTC
2279660 Merge pull request #8597 from Crissman/optuna Update optuna examples 08 February 2021, 05:51:25 UTC
a79d2cd line lengths 04 February 2021, 08:50:25 UTC
e6166fb Merge pull request #8543 from Crissman/optuna Add Optuna examples 03 February 2021, 07:53:52 UTC
2fd72b5 Merge branch 'optuna' of github.com:Crissman/chainer into optuna 01 February 2021, 01:40:48 UTC
aa03f51 comment line length 01 February 2021, 01:40:36 UTC
ba9abcb Update examples/optuna/README.md Co-authored-by: Kenichi Maehashi <webmaster@kenichimaehashi.com> 29 January 2021, 06:07:06 UTC
433b3e6 Update examples/optuna/README.md Co-authored-by: Kenichi Maehashi <webmaster@kenichimaehashi.com> 29 January 2021, 06:06:58 UTC
6289e0f Update examples/optuna/README.md Co-authored-by: Kenichi Maehashi <webmaster@kenichimaehashi.com> 29 January 2021, 06:06:51 UTC
5782420 Update examples/README.md Co-authored-by: Kenichi Maehashi <webmaster@kenichimaehashi.com> 29 January 2021, 06:06:44 UTC
af84e55 Update examples/README.md Co-authored-by: Kenichi Maehashi <webmaster@kenichimaehashi.com> 29 January 2021, 06:06:33 UTC
812fba9 line length 29 January 2021, 02:18:08 UTC
dcf1c86 revert2 27 January 2021, 02:02:14 UTC
9303334 reverting unchanged 27 January 2021, 02:01:00 UTC
26e14bc revert a file 27 January 2021, 01:53:43 UTC
b3aab5f black 27 January 2021, 01:50:37 UTC
03a0fbb Update examples/optuna/README.md Co-authored-by: Kenichi Maehashi <webmaster@kenichimaehashi.com> 27 January 2021, 01:50:37 UTC
e07d240 Add integrations 27 January 2021, 01:50:37 UTC
28c48c5 Add Optuna examples 27 January 2021, 01:50:37 UTC
4fe0c3b Merge pull request #8595 from timgates42/bugfix_typo_contiguousness docs: fix simple typo, cotiguousness -> contiguousness 23 December 2020, 09:08:19 UTC
1c281a0 Merge pull request #8588 from kmaehashi/disable-check-version-mismatch Add CHAINER_WARN_VERSION_MISMATCH environment variable 23 December 2020, 07:05:00 UTC
40ca21f docs: fix simple typo, cotiguousness -> contiguousness There is a small typo in tests/chainer_tests/testing_tests/test_function_link.py. Should read `contiguousness` rather than `cotiguousness`. 22 December 2020, 22:55:50 UTC
9bf656a add CHAINER_WARN_VERSION_MISMATCH 22 December 2020, 06:48:52 UTC
faf68ed Merge pull request #8592 from chainer/use-stable-v7-cupy Use stable CuPy v7 in ONNX test 22 December 2020, 02:33:05 UTC
c0a429f Merge pull request #8585 from toslunar/jenkins Update `[jenkins]` requirement 18 December 2020, 07:37:04 UTC
b45dd49 use CuPy v7 17 December 2020, 14:28:01 UTC
c43830b use CUDA 10.1 Update 2 image 17 December 2020, 14:12:53 UTC
a2d6088 Merge pull request #8591 from chainer/rtd-use-py37 Use Python 3.7 in ReadTheDocs 17 December 2020, 07:44:59 UTC
e7f898f Merge pull request #8590 from chainer/fix-cupy-cudnn Support importing cuDNN in CuPy v8 16 December 2020, 09:56:12 UTC
869df5a Merge pull request #8589 from chainer/ignore-cupy-warnings Ignore CuPy deprecation warnings in tests 16 December 2020, 09:55:46 UTC
eb2ed43 use stable CuPy v7 in ONNX test 16 December 2020, 05:31:23 UTC
7c50dc3 use Python 3.7 in ReadTheDocs 16 December 2020, 05:28:01 UTC
c598cbe support importing cupy v8 cudnn 16 December 2020, 05:00:41 UTC
df026ab ignore CuPy deprecation warnings in tests 16 December 2020, 04:31:11 UTC
fa61bc4 Update `[jenkins]` requirement Fix `pytest-cov` (chainer/chainer-test#603) and `coverage` (chainer/chainer-test#546). 25 November 2020, 04:03:09 UTC
cfa300f Merge pull request #8583 from kmaehashi/cupy-v8 Mitigate breaking changes in CuPy v8 19 November 2020, 02:38:55 UTC
79b7cf9 Limit onnxruntime version 18 November 2020, 09:39:30 UTC
fb54a99 Change exception type 18 November 2020, 06:41:11 UTC
351bf1b mitigate break in CuPy v8 04 November 2020, 09:53:52 UTC
f747f47 Merge pull request #8580 from kmaehashi/add-cupy-cuda110 Add detection of cupy-cuda110 17 August 2020, 08:36:32 UTC
fe4f373 fix cupy version requirement 17 August 2020, 03:13:14 UTC
a3b97a5 add cupy-cuda110 17 August 2020, 02:56:39 UTC
6c78cbd Merge pull request #8578 from kmaehashi/docker-numpy-1.18 Use numpy 1.18.x for Docker images 30 July 2020, 10:01:27 UTC
8c02712 use numpy 1.18.x 30 July 2020, 09:51:02 UTC
eddf10e Merge pull request #8577 from kmaehashi/bump-version Bump version to v7.7.0 30 July 2020, 08:44:46 UTC
0c9126f bump version to v7.7.0 30 July 2020, 08:42:45 UTC
0fb1320 Merge pull request #8576 from kmaehashi/fix-rtd-failure Bump python version for RTD build 29 July 2020, 07:59:31 UTC
a1dc43a bump python version 28 July 2020, 15:38:35 UTC
5ca6e5d Merge pull request #8568 from emcastillo/fix-multi-node-evaluator Fix array indexing in `create_multi_node_evaluator` 20 July 2020, 06:28:17 UTC
41cfe20 Merge pull request #8574 from chainer/fix-chainerx-ci Install CuPy v7 for ChainerX Jenkins tests 15 July 2020, 04:46:32 UTC
2dcfae7 Install CuPy v7 for ChainerX Jenkins tests 15 July 2020, 03:36:14 UTC
e828306 Merge pull request #8572 from kmaehashi/update-twitter Update Twitter ID 03 July 2020, 07:59:31 UTC
6dbd14d update Twitter ID 02 July 2020, 05:39:26 UTC
2bfdcf4 Merge pull request #8465 from zaltoprofen/fix-pickle-dataset Add support for `spawn` and `forkserver` start method in `PickleDataset` 25 June 2020, 08:03:20 UTC
102e182 Merge pull request #8561 from toslunar/reporter-doctest Fix `Reporter` example 24 June 2020, 11:52:12 UTC
80c92f3 Merge pull request #8569 from chainer/fix-ci Fix Chainer CIs 23 June 2020, 09:26:43 UTC
b21e08a Apply suggestions from code review Co-authored-by: Kenichi Maehashi <webmaster@kenichimaehashi.com> 23 June 2020, 08:35:54 UTC
9037efd Fix CIs and merge chainermn with chainer 23 June 2020, 07:00:04 UTC
back to top