Skip to content

Commit

Permalink
Merge pull request #2 from e-sha/master
Browse files Browse the repository at this point in the history
Missed import torch
  • Loading branch information
lessw2020 authored Nov 29, 2019
2 parents f27e1a4 + a820895 commit 564ce93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__pycache__
1 change: 1 addition & 0 deletions mish.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import torch
import torch.nn as nn
import torch.nn.functional as F #(uncomment if needed,but you likely already have it)

Expand Down

0 comments on commit 564ce93

Please sign in to comment.