Refine meaning dataset cache files.
This commit is contained in:
parent
3e52285ab6
commit
3f0eedfef8
|
@ -50,6 +50,7 @@ class MeaningMap:
|
|||
path = "./data/"
|
||||
file = "structured_language_" + str(size) + "_" + str(vocab_size)
|
||||
file += "_" + str(max_subitem) + "_" + str(min_subitem)
|
||||
file += "_" + str(stride) + "_" + str(with_tree)
|
||||
file_prop = path + file + "_prop.npy"
|
||||
file_data = path + file + "_data.npy"
|
||||
file_level = path + file + "_level.npy"
|
||||
|
|
Loading…
Reference in New Issue