When you run a neural network script (for text classification) via cronTab, the network produces completely different results compared to manually launching the script. When you manually run the script, the classification is as necessary, but for some reason, when you run the script through cronTab, the network produces completely different results. Has anyone encountered this problem? How can I fix it?

Example problem:

When manually launching, the network determines that the test text belongs to the first category, which is correct, but when you run the script through cronTab, the network produces a completely different result, relating it for some reason to the 8th category, considering that it was trained only in 6 categories.

  • one
    An example of a string from a crown? Do you use virtual environments? anaconda maybe? - Andrey
  • Compare the environments when starting a manual start and when starting from under crontab. - MaxU

0