Context. At training time, the enzymes' volumes are precomputed with the check_precomputed() method, e.g. for the training set:
|
training_generator.check_precomputed() |
Since enzymes' volumes are independent from each other, this task is parallelizable by nature.
Current behavior. This process runs on a single core.
Desired behavior. This process is parallelized as much as possible.
Context. At training time, the enzymes' volumes are precomputed with the
check_precomputed()method, e.g. for the training set:enzynet/scripts/architecture/run_enzynet.py
Line 162 in 31d30e0
Since enzymes' volumes are independent from each other, this task is parallelizable by nature.
Current behavior. This process runs on a single core.
Desired behavior. This process is parallelized as much as possible.