You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I want to start a train run it fails with the following error:
Using ipv4 strategy
In Labeled.php line 364:
Datasets must have the same number of columns, 48 expected, but 16 given.
In verbose-mode I get:
Using ipv4 strategy
In Labeled.php line 364:
[Rubix\ML\Exceptions\InvalidArgumentException]
Datasets must have the same number of columns, 48 expected, but 16 given.
Exception trace:
at /var/www/nextcloud/apps/suspicious_login/vendor/rubix/ml/src/Datasets/Labeled.php:364
Rubix\ML\Datasets\Labeled->merge() at /var/www/nextcloud/apps/suspicious_login/lib/Service/DataLoader.php:131
OCA\SuspiciousLogin\Service\DataLoader->generateRandomShuffledData() at /var/www/nextcloud/apps/suspicious_login/lib/Command/Train.php:173
OCA\SuspiciousLogin\Command\Train->execute() at /var/www/nextcloud/3rdparty/symfony/console/Command/Command.php:298
Symfony\Component\Console\Command\Command->run() at /var/www/nextcloud/3rdparty/symfony/console/Application.php:1040
Symfony\Component\Console\Application->doRunCommand() at /var/www/nextcloud/3rdparty/symfony/console/Application.php:301
Symfony\Component\Console\Application->doRun() at /var/www/nextcloud/3rdparty/symfony/console/Application.php:171
Symfony\Component\Console\Application->run() at /var/www/nextcloud/lib/private/Console/Application.php:213
OC\Console\Application->run() at /var/www/nextcloud/console.php:100
require_once() at /var/www/nextcloud/occ:11
In Nextcloud it shows that there was a run back 9 months ago.
Is it possible to completely reset the suspicious_login app?
The text was updated successfully, but these errors were encountered:
Padi100
changed the title
Can not start train-run
Can not start training
Mar 30, 2024
If I want to start a train run it fails with the following error:
In verbose-mode I get:
In Nextcloud it shows that there was a run back 9 months ago.
Is it possible to completely reset the suspicious_login app?
The text was updated successfully, but these errors were encountered: