Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
microsoft
/
NeuronBlocks
зеркало из
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули NeuronBlocks
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
master
NeuronBlocks
/
.gitignore
10 строки
92 B
Plaintext
Исходник
Постоянная ссылка
Обычный вид
История
Убрать экранирование
Экранировать
Code commit Co-Authored-By: yiming1013 <yiming1013@users.noreply.github.com>
2019-04-20 14:17:30 +03:00
.idea/
*~
*.pyc
add code for query binary classifier knowledge distillation (#3) * Add new config about knowledge distillation for query binary classifier
2019-04-28 13:12:20 +03:00
*.cache*
Reorg logical flow in train (#37)
2019-05-23 02:55:17 +03:00
*.vs*
Code commit Co-Authored-By: yiming1013 <yiming1013@users.noreply.github.com>
2019-04-20 14:17:30 +03:00
dataset/GloVe/
Reorg logical flow in train (#37)
2019-05-23 02:55:17 +03:00
dataset/20_newsgroups/
Add encoding cache and lazy-train mechanism (#50) * Add new config about knowledge distillation for query binary classifier * remove inferenced result in knowledge distillation for query binary classifier * Add AUC.py in tools folder * Add test_data_path into conf_kdqbc_bilstmattn_cnn.json * Modify AUC.py * Rename AUC.py into calculate_AUC.py * Modify test&calculate AUC commands for Knowledge Distillation for Query Binary Classifier * Add cpu_thread_num parameter in conf.training_params * Rename cpu_thread_num into cpu_num_workers * update comments in ModelConf.py * Add cup_num_workers in model_zoo/advanced/conf.json * Add the description of cpu_num_workers in Tutorial.md * Update inference speed of compressed model * Add ProcessorsScheduler Class * Add license in ProcessorScheduler.py * use lazy loading instead of one-off loading * Remove Debug Info in problem.py * use open instead of codecs.open * update the inference of build dictionary for classification * add md5 function in common_utils.py * add merge_encode_* function * update typo * update typo * reorg the logical flow in train.py * remove dummy comments in problem.py * add encoding cache mechanism * add lazy-load mechanism for training phase * enumerate problem types in problem.py * remove data_encoding.py * add lazy load train logic * Modify comment and remove debug code * Judge if test_path exists * fix parameter missing when use char embedding * merge master * add file_column_num in problem.py * merge add_encoding_cache branch * add SST-2 in .gitignore * merge master * use steps_per_validation instead of valid_times_per_epoch * Fix Learning Rate decay logic bug * add log of calculating md5 of training data * fix multi-gpu char_emb OOM problem & add char leval fix_lengths * Modify batch_num_to_show_results in multi-gpu * Modify batch_num_to_show_results * delete deepcopy in get_batches * add new parameters chunk_size and max_building_lines in conf and update tutorials
2019-08-02 15:59:00 +03:00
dataset/SST-2/
models/