File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
neural_structured_learning/lib Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 13
13
from neural_structured_learning .lib .utils import maximize_within_unit_norm
14
14
from neural_structured_learning .lib .utils import normalize
15
15
from neural_structured_learning .lib .utils import project_to_ball
16
+ from neural_structured_learning .lib .utils import random_in_norm_ball
16
17
from neural_structured_learning .lib .utils import replicate_embeddings
17
18
from neural_structured_learning .lib .utils import strip_neighbor_features
18
19
from neural_structured_learning .lib .utils import unpack_neighbor_features
30
31
'normalize' ,
31
32
'pairwise_distance_wrapper' ,
32
33
'project_to_ball' ,
34
+ 'random_in_norm_ball' ,
33
35
'replicate_embeddings' ,
34
36
'strip_neighbor_features' ,
35
37
'unpack_neighbor_features' ,
You can’t perform that action at this time.
0 commit comments