The set() command would create a different vocabulary every time the kernel is relaunched. It made impossible to continue training or to make predictions from within the main.py. Now the bug is fixed.
As the vocabulary is the same for all the folds, the naming has been changed over all the files using vocabulary file.
The set() command would create a different vocabulary every time the kernel is relaunched. It made impossible to continue training or to make predictions from within the main.py. Now the bug is fixed. As the vocabulary is the same for all the folds, the naming has been changed over all the files using vocabulary file.