Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nshahgithub/pylearn2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: lisa-lab/pylearn2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 10 files changed
  • 2 contributors

Commits on Aug 3, 2021

  1. 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`.
    timgates42 committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    2f8098a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Merge pull request lisa-lab#1597 from timgates42/bugfix_typos

    docs: Fix a few typos
    nouiz authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    af81e5c View commit details
    Browse the repository at this point in the history
Loading