Browse Source

Merge pull request #70 from Lornatang/fix-reference-bugs

fix reference problem
5.0
Glenn Jocher GitHub 4 years ago
parent
commit
ace56eb5b6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/activations.py

+ 1
- 1
utils/activations.py View File

@@ -1,5 +1,5 @@
import torch
import torch.functional as F
import torch.nn.functional as F
import torch.nn as nn



Loading…
Cancel
Save