Skip to content

Commit

Permalink
abumped the version for new model
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-dutta committed May 23, 2021
1 parent bdf167a commit d3b69b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

<img alt="Medium" src="https://img.shields.io/badge/Medium-12100E?style=for-the-badge&logo=medium&logoColor=white" height=28 style="display:inline; height:28px;"/>

<a href="https://wandb.ai/himanshu-dutta/pycoder">
<img alt="WandB Dashboard" src="https://raw.githubusercontent.com/wandb/assets/04cfa58cc59fb7807e0423187a18db0c7430bab5/wandb-github-badge-28.svg" height=28 style="display:inline; height:28px;" />
</a>

[![PyPI version fury.io](https://badge.fury.io/py/pycoder.svg)](https://pypi.org/project/pycoder/)
</div>

Expand Down
4 changes: 2 additions & 2 deletions pycoder/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
}

# training parameters
EPOCHS = 5
EPOCHS = 10
TRAIN_BATCHSIZE = 1
BATCH_UPDATE = 16
LR = 5e-4
EPS = 1e-8
WARMUP_STEPS = 1e2
APEX_OPT_LEVEL = "01"
FP16 = True
VAL_PCT = 0.2
VAL_PCT = 0.1
RUN_NAME = f"RUN:{(__version__.split('.'))[-1]}"

# paths and directories
Expand Down
2 changes: 1 addition & 1 deletion pycoder/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""version represents RELEASE_VERSION.DEV_VERSION.MODEL_VERSION"""
__version__ = "1.2.2"
__version__ = "1.2.3"

0 comments on commit d3b69b7

Please sign in to comment.