R version 4.5.0 alpha (2025-03-25 r88054 ucrt) Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(proteus) > > test_check("proteus") OMP: Warning #96: Cannot form a team with 48 threads, using 2 instead. OMP: Hint Consider unsetting KMP_DEVICE_THREAD_LIMIT (KMP_ALL_THREADS), KMP_TEAMS_THREAD_LIMIT, and OMP_THREAD_LIMIT (if any are set). OMP: Warning #96: Cannot form a team with 48 threads, using 2 instead. OMP: Hint Consider unsetting KMP_DEVICE_THREAD_LIMIT (KMP_ALL_THREADS), KMP_TEAMS_THREAD_LIMIT, and OMP_THREAD_LIMIT (if any are set). block 1 204 sequence for training 204 sequence for testing epoch: 1 Train loss: 283.2559 Test loss: 268.0835 epoch: 2 Train loss: 260.9562 Test loss: 262.5778 epoch: 3 Train loss: 260.5241 Test loss: 268.1392 block 2 408 sequence for training 204 sequence for testing epoch: 1 Train loss: 259.5502 Test loss: 240.755 epoch: 2 Train loss: 251.7058 Test loss: 245.1981 epoch: 3 Train loss: 255.4851 Test loss: 243.5886 block 3 612 sequence for training 204 sequence for testing epoch: 1 Train loss: 258.9565 Test loss: 260.6757 epoch: 2 Train loss: 238.2355 Test loss: 241.8629 epoch: 3 Train loss: 245.0066 Test loss: 246.8149 final training on all 4 816 sequence for training OMP: Warning #96: Cannot form a team with 48 threads, using 2 instead. OMP: Hint Consider unsetting KMP_DEVICE_THREAD_LIMIT (KMP_ALL_THREADS), KMP_TEAMS_THREAD_LIMIT, and OMP_THREAD_LIMIT (if any are set). epoch: 1 Train loss: 247.8641 epoch: 2 Train loss: 249.4617 epoch: 3 Train loss: 247.8002 variational model based on rayleigh latent distribution with 68 tensors and 16303 parameters proteus: 61.61 sec elapsed OMP: Warning #96: Cannot form a team with 48 threads, using 2 instead. OMP: Hint Consider unsetting KMP_DEVICE_THREAD_LIMIT (KMP_ALL_THREADS), KMP_TEAMS_THREAD_LIMIT, and OMP_THREAD_LIMIT (if any are set). OMP: Warning #96: Cannot form a team with 48 threads, using 2 instead. OMP: Hint Consider unsetting KMP_DEVICE_THREAD_LIMIT (KMP_ALL_THREADS), KMP_TEAMS_THREAD_LIMIT, and OMP_THREAD_LIMIT (if any are set). block 1 133 sequence for training 133 sequence for testing epoch: 1 Train loss: 211.0969 Test loss: 212.8872 epoch: 2 Train loss: 189.1234 Test loss: 213.3664 epoch: 3 Train loss: 189.5482 Test loss: 210.3983 block 2 266 sequence for training 133 sequence for testing epoch: 1 Train loss: 226.8373 Test loss: 214.8891 epoch: 2 Train loss: 220.8949 Test loss: 214.454 epoch: 3 Train loss: 221.4241 Test loss: 214.1591 block 3 399 sequence for training 133 sequence for testing epoch: 1 Train loss: 151.0939 Test loss: 141.4772 epoch: 2 Train loss: 145.1233 Test loss: 146.7551 epoch: 3 Train loss: 143.462 Test loss: 144.2243 final training on all 4 532 sequence for training epoch: 1 Train loss: 167.8273 epoch: 2 Train loss: 176.2801 epoch: 3 Train loss: 176.6651 variational model based on normal latent distribution with 48 tensors and 17394 parameters proteus: 64.48 sec elapsed random search: 126.16 sec elapsed [ FAIL 0 | WARN 0 | SKIP 0 | PASS 10 ] > > proc.time() user system elapsed 92.31 8.31 132.10