Skip to content

Commit

Permalink
cleaning code
Browse files Browse the repository at this point in the history
  • Loading branch information
yaolubrain committed Oct 7, 2015
1 parent da8251b commit 7313e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_zero_shot_mat.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
n = 1000;

wnid2idx = containers.Map;
wnids_file = fopen('distance_mat_wordnet_nodes_1K_googlenet.txt','r');
wnids_file = fopen('distance_mat_wordnet_nodes_1K.txt','r');
wnids = textscan(wnids_file,'%s\n');
fclose(wnids_file);
for i = 1:1000
Expand Down

0 comments on commit 7313e66

Please sign in to comment.