mindspore2022/mindspore/train
ougongchang 99c06b9801 Specify a maxinmum number of OpenBLAS threads
Environment variables are used to specify a maximum number of OpenBLAS threads.

In ubuntu(GPU) environment, numpy will use too many threads for computing,
it may affect the start of the summary process.
Notice: At present, the performance of setting the thread to 2 has been tested to be more suitable.
If it is to be adjusted, it is recommended to test according to the scenario first

a
2020-12-14 19:54:29 +08:00
..
callback fix the docstring of SummaryCollector and SummaryRecord 2020-12-01 20:27:47 +08:00
summary Specify a maxinmum number of OpenBLAS threads 2020-12-14 19:54:29 +08:00
__init__.py add to api document 2020-12-09 08:03:02 +08:00
_utils.py refactor load mindir 2020-11-30 14:13:18 +08:00
amp.py mode_train 2020-11-11 10:58:44 +08:00
dataset_helper.py modify dataset_helper example 2020-12-11 21:30:04 +08:00
loss_scale_manager.py modify code doc 2020-12-09 15:33:52 +08:00
model.py fix distribtued predict 2020-12-14 11:31:19 +08:00
serialization.py fix distribtued predict 2020-12-14 11:31:19 +08:00