IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an email to s dot adaszewski at gmail dot com. User accounts are meant only to report issues and/or generate pull requests. This is a purpose-specific Git hosting for ADARED projects. Thank you for your understanding!
Stanislaw Adaszewski 3 лет назад
Родитель
Сommit
79b0890a70
1 измененных файлов: 2 добавлений и 1 удалений
  1. +2
    -1
      tests/triacontagon/test_sampling.py

+ 2
- 1
tests/triacontagon/test_sampling.py Просмотреть файл

@@ -126,4 +126,5 @@ def test_fixed_unigram_candidate_sampler_new_01():
edges, degrees = get_edges_and_degrees(x)
# import pdb
# pdb.set_trace()
_ = fixed_unigram_candidate_sampler_new(true_classes, row_count, degrees, 0.75)
_ = triacontagon.sampling.fixed_unigram_candidate_sampler_new(true_classes,
row_count, degrees, 0.75)

Загрузка…
Отмена
Сохранить