8000 Update NCEAverage.py · ivanGitHub/lemniscate.pytorch@34c7ce3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 34c7ce3

Browse files
authored
Update NCEAverage.py
1 parent 8051185 commit 34c7ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/NCEAverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import torch
22
from torch.autograd import Function
33
from torch import nn
4-
from alias_multinomial import AliasMethod
4+
from .alias_multinomial import AliasMethod
55
import math
66

77
class NCEFunction(Function):

0 commit comments

Comments
 (0)
0