Skip to content

Commit

Permalink
v1.2.0 (#6065)
Browse files Browse the repository at this point in the history
* v1.2.0

* docs
  • Loading branch information
Borda authored Feb 18, 2021
1 parent 5d6a091 commit 4574023
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [1.2] - YYYY-MM-DD

## [1.2.0] - 2021-02-18

### Added

Expand Down
3 changes: 2 additions & 1 deletion docs/source/common/lightning_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,8 @@ The current step (does not reset each epoch)

hparams
~~~~~~~
After calling ``save_hyperparameters`` anything passed to ``__init__()`` is available via the ``hparams`` attribute.
The arguments saved by calling ``save_hyperparameters`` passed through ``__init__()``
could be accessed by the ``hparams`` attribute.

.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion pytorch_lightning/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import time

_this_year = time.strftime("%Y")
__version__ = '1.2.0rc2'
__version__ = '1.2.0'
__author__ = 'William Falcon et al.'
__author_email__ = 'waf2107@columbia.edu'
__license__ = 'Apache-2.0'
Expand Down

0 comments on commit 4574023

Please sign in to comment.