Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cosmetic improvements to code #215

Merged
merged 3 commits into from
Aug 25, 2020
Merged

Cosmetic improvements to code #215

merged 3 commits into from
Aug 25, 2020

Commits on Jul 29, 2020

  1. Cosmetic improvements to code

    1) Use PyTorch's own nn.Identity() function.
    
    2) Update minimum Python version to 3.6 because of the use of f-strings.
    
    3) Remove excess whitespace
    chrisyeh96 committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    9778ebe View commit details
    Browse the repository at this point in the history
  2. Lint README.md

    chrisyeh96 committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    f438ddb View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. remove f-strings

    chrisyeh96 committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    85e0a35 View commit details
    Browse the repository at this point in the history