Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liuqiuhui2015 committed Jun 25, 2021
1 parent b120db6 commit 4abadc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion modules/dropout.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from random import random
from math import ceil

from utils.base import mask_tensor_type
from utils.base import mask_tensor_type, reduce_model_list

Dropout = nn.Dropout

Expand Down
1 change: 0 additions & 1 deletion modules/noise.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import torch
from torch import nn
from utils.torch import randint_t_core

from modules.base import PositionwiseFF as PositionwiseFFBase

Expand Down

0 comments on commit 4abadc3

Please sign in to comment.