Instructions for updating:
If using Keras pass *_constraint arguments to layers.
2020-10-26 10:55:36.459 INFO in ‘deeppavlov.models.ranking.keras_siamese_model’[‘keras_siamese_model’] at line 85: [initializing BiLSTMSiameseNetwork
from saved]
2020-10-26 10:55:38.457 INFO in ‘deeppavlov.core.trainers.nn_trainer’[‘nn_trainer’] at line 199: Initial best r@1 of 1.0
{“valid”: {“eval_examples_count”: 2, “metrics”: {“r@1”: 1.0, “r@2”: 1.0, “r@5”: 1.0, “rank_response”: 0.0}, “time_spent”: “0:00:01”, “epochs_done”: 0, “batches_seen”: 0, “train_examples_seen”: 0, “impatience”: 0, “patience_limit”: 3}}
WARNING:tensorflow:From C:\Users\gtyri\PycharmProjects\rtyy\venv\lib\site-packages\tensorflow_core\python\ops\math_grad.py:1424: where (from tensorflow.python.ops.array_ops) is deprecated and will be removed in a future version.
Instructions for updating:
Use tf.where in 2.0, which has the same broadcast rule as np.where
{“train”: {“eval_examples_count”: 4, “metrics”: {“f1”: 0.8, “acc”: 0.75}, “time_spent”: “0:00:05”, “epochs_done”: 0, “batches_seen”: 1, “train_examples_seen”: 4, “loss”: 0.12913791835308075}}
{“valid”: {“eval_examples_count”: 2, “metrics”: {“r@1”: 1.0, “r@2”: 1.0, “r@5”: 1.0, “rank_response”: 0.0}, “time_spent”: “0:00:05”, “epochs_done”: 1, “batches_seen”: 1, “train_examples_seen”: 4, “impatience”: 1, “patience_limit”: 3}}
2020-10-26 10:55:42.196 INFO in ‘deeppavlov.core.trainers.nn_trainer’[‘nn_trainer’] at line 212: Did not improve on the r@1 of 1.0
{“train”: {“eval_examples_count”: 4, “metrics”: {“f1”: 0.8, “acc”: 0.75}, “time_spent”: “0:00:05”, “epochs_done”: 1, “batches_seen”: 2, “train_examples_seen”: 8, “loss”: 0.13247206807136536}}
2020-10-26 10:55:42.372 INFO in ‘deeppavlov.core.trainers.nn_trainer’[‘nn_trainer’] at line 212: Did not improve on the r@1 of 1.0
{“valid”: {“eval_examples_count”: 2, “metrics”: {“r@1”: 1.0, “r@2”: 1.0, “r@5”: 1.0, “rank_response”: 0.0}, “time_spent”: “0:00:05”, “epochs_done”: 2, “batches_seen”: 2, “train_examples_seen”: 8, “impatience”: 2, “patience_limit”: 3}}
{“train”: {“eval_examples_count”: 4, “metrics”: {“f1”: 0.6667, “acc”: 0.5}, “time_spent”: “0:00:05”, “epochs_done”: 2, “batches_seen”: 3, “train_examples_seen”: 12, “loss”: 0.11719633638858795}}
2020-10-26 10:55:42.548 INFO in ‘deeppavlov.core.trainers.nn_trainer’[‘nn_trainer’] at line 212: Did not improve on the r@1 of 1.0
2020-10-26 10:55:42.548 INFO in ‘deeppavlov.core.trainers.nn_trainer’[‘nn_trainer’] at line 329: Ran out of patience
{“valid”: {“eval_examples_count”: 2, “metrics”: {“r@1”: 0.5, “r@2”: 1.0, “r@5”: 1.0, “rank_response”: 0.5}, “time_spent”: “0:00:05”, “epochs_done”: 3, “batches_seen”: 3, “train_examples_seen”: 12, “impatience”: 3, “patience_limit”: 3}}
2020-10-26 10:55:44.960 INFO in ‘deeppavlov.core.data.simple_vocab’[‘simple_vocab’] at line 115: [loading vocabulary from E:.deeppavlov\models\default_ranking_vocabs\sent.dict]
2020-10-26 10:55:44.961 INFO in ‘deeppavlov.core.data.simple_vocab’[‘simple_vocab’] at line 115: [loading vocabulary from E:.deeppavlov\models\default_ranking_vocabs\tok.dict]
2020-10-26 10:55:44.986 INFO in ‘deeppavlov.models.embedders.fasttext_embedder’[‘fasttext_embedder’] at line 53: [loading fastText embeddings from E:\.deeppavlov\downloads\embeddings\wiki.ru.bin
]
2020-10-26 10:57:14.836772: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1639] Found device 0 with properties:
name: GeForce GTX 660 major: 3 minor: 0 memoryClockRate(GHz): 1.0975
pciBusID: 0000:01:00.0
2020-10-26 10:57:15.025076: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library ‘cudart64_100.dll’; dlerror: cudart64_100.dll not found
2020-10-26 10:57:15.040113: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library ‘cublas64_100.dll’; dlerror: cublas64_100.dll not found
2020-10-26 10:57:15.044421: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library ‘cufft64_100.dll’; dlerror: cufft64_100.dll not found
2020-10-26 10:57:15.047532: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library ‘curand64_100.dll’; dlerror: curand64_100.dll not found
2020-10-26 10:57:15.050277: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library ‘cusolver64_100.dll’; dlerror: cusolver64_100.dll not found
2020-10-26 10:57:15.052951: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library ‘cusparse64_100.dll’; dlerror: cusparse64_100.dll not found
2020-10-26 10:57:15.057293: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library ‘cudnn64_7.dll’; dlerror: cudnn64_7.dll not found
2020-10-26 10:57:15.057702: W tensorflow/core/common_runtime/gpu/gpu_device.cc:1662] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.
Skipping registering GPU devices…
2020-10-26 10:57:15.061049: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1180] Device interconnect StreamExecutor with strength 1 edge matrix:
2020-10-26 10:57:15.061280: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1186] 0
2020-10-26 10:57:15.061450: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1199] 0: N
2020-10-26 10:57:16.435 INFO in ‘deeppavlov.models.ranking.keras_siamese_model’[‘keras_siamese_model’] at line 85: [initializing BiLSTMSiameseNetwork
from saved]
{“valid”: {“eval_examples_count”: 2, “metrics”: {“r@1”: 1.0, “r@2”: 1.0, “r@5”: 1.0, “rank_response”: 0.0}, “time_spent”: “0:00:01”}}
{“test”: {“eval_examples_count”: 2, “metrics”: {“r@1”: 1.0, “r@2”: 1.0, “r@5”: 1.0, “rank_response”: 0.0}, “time_spent”: “0:00:01”}}
2020-10-26 10:57:21.879 WARNING in ‘deeppavlov.core.commands.infer’[‘infer’] at line 55: No “save_path” parameter for the siamese_preprocessor component, so “load_path” will not be renewed
2020-10-26 10:57:21.910 INFO in ‘deeppavlov.core.data.simple_vocab’[‘simple_vocab’] at line 115: [loading vocabulary from E:.deeppavlov\models\default_ranking_vocabs\sent.dict]
2020-10-26 10:57:21.957 INFO in ‘deeppavlov.core.data.simple_vocab’[‘simple_vocab’] at line 115: [loading vocabulary from E:.deeppavlov\models\default_ranking_vocabs\tok.dict]
2020-10-26 10:57:21.985 INFO in ‘deeppavlov.models.embedders.fasttext_embedder’[‘fasttext_embedder’] at line 53: [loading fastText embeddings from E:\.deeppavlov\downloads\embeddings\wiki.ru.bin
]