Skip to content

Commit

Permalink
1. fix the func check_args
Browse files Browse the repository at this point in the history
2. add the `torch.no_grad()` context manager for `ohembce`
3. add the command for installing the package.
4. update the version from 0.1.0 to 0.1.1
  • Loading branch information
lartpang committed Apr 5, 2021
1 parent a752e18 commit c23ebdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
setup(
name="losspy",
packages=find_packages(),
version="0.1.0",
version="0.1.1",
license="MIT",
description="Some loss functions for deep learning.",
long_description=long_description,
Expand Down

0 comments on commit c23ebdb

Please sign in to comment.