Branch: refs/heads/master
Home:
https://github.com/lisa-lab/pylearn2
Commit: 2f8098ab2d4befa85491924f57711b500bb856dc
https://github.com/lisa-lab/pylearn2/commit/2f8098ab2d4befa85491924f57711b500bb856dc
Author: Tim Gates <
tim....@iress.com>
Date: 2021-08-04 (Wed, 04 Aug 2021)
Changed paths:
M pylearn2/datasets/cache.py
M pylearn2/datasets/svhn.py
M pylearn2/models/gsn.py
M pylearn2/models/mlp.py
M pylearn2/packaged_dependencies/theano_linear/spconv.py
M pylearn2/sandbox/cuda_convnet/cutil.h
M pylearn2/sandbox/cuda_convnet/cutil_inline_runtime.h
M pylearn2/space/tests/test_space.py
M pylearn2/training_algorithms/tests/test_sgd.py
M pylearn2/utils/iteration.py
Log Message:
-----------
docs: Fix a few typos
There are small typos in:
- pylearn2/datasets/cache.py
- pylearn2/datasets/svhn.py
- pylearn2/models/gsn.py
- pylearn2/models/mlp.py
- pylearn2/packaged_dependencies/theano_linear/spconv.py
- pylearn2/sandbox/cuda_convnet/cutil.h
- pylearn2/sandbox/cuda_convnet/cutil_inline_runtime.h
- pylearn2/space/tests/test_space.py
- pylearn2/training_algorithms/tests/test_sgd.py
- pylearn2/utils/iteration.py
Fixes:
- Should read `successful` rather than `succesfull`.
- Should read `separately` rather than `seperately`.
- Should read `reaches` rather than `reachs`.
- Should read `propagate` rather than `propogate`.
- Should read `initialize` rather than `intialize`.
- Should read `implementation` rather than `implmentation`.
- Should read `enough` rather than `anough`.
- Should read `dictionary` rather than `dictionnary`.
- Should read `design` rather than `deisng`.
- Should read `condition` rather than `conditon`.
- Should read `composite` rather than `compsite`.
Commit: af81e5c362f0df4df85c3e54e23b2adeec026055
https://github.com/lisa-lab/pylearn2/commit/af81e5c362f0df4df85c3e54e23b2adeec026055
Author: Frédéric Bastien <
frederic...@gmail.com>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M pylearn2/datasets/cache.py
M pylearn2/datasets/svhn.py
M pylearn2/models/gsn.py
M pylearn2/models/mlp.py
M pylearn2/packaged_dependencies/theano_linear/spconv.py
M pylearn2/sandbox/cuda_convnet/cutil.h
M pylearn2/sandbox/cuda_convnet/cutil_inline_runtime.h
M pylearn2/space/tests/test_space.py
M pylearn2/training_algorithms/tests/test_sgd.py
M pylearn2/utils/iteration.py
Log Message:
-----------
Merge pull request #1597 from timgates42/bugfix_typos
docs: Fix a few typos
Compare:
https://github.com/lisa-lab/pylearn2/compare/58ba37286182...af81e5c362f0