-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Process finished with exit code -1073741819 (0xC0000005) #4
Comments
This error is reported at the end when I run the first program file "train_main_plcp.py". INFO:tensorflow:*** Features *** |
You can remove "try ...exception... ". Please check your training data, it may be a bug in the data processing phase. |
Hello, have you solved this problem? |
This error is reported at the end when I run "test_main_plcp.py".
I tried to modify it according to online solutions, but none of them succeeded.
I haven't found a solution yet.
----------------------------The last part of the run results are as follows----------------------------------------------
INFO:tensorflow:Calling model_fn.
INFO:tensorflow:*** Features ***
INFO:tensorflow: name = fit_docspace_positions, shape = (?, 266)
INFO:tensorflow: name = fit_labelspace_positions, shape = (?, 54)
INFO:tensorflow: name = input_ids, shape = (?, 320)
INFO:tensorflow: name = input_mask, shape = (?, 320)
INFO:tensorflow: name = is_real_example, shape = (?,)
INFO:tensorflow: name = label_ids, shape = (?, 54)
INFO:tensorflow: name = pair, shape = (?, 2)
INFO:tensorflow: name = pair_target, shape = (?, 2)
INFO:tensorflow: name = segment_ids, shape = (?, 320)
INFO:tensorflow: name = token_label_ids, shape = (?, 320)
WARNING:tensorflow:From E:\LACO\ie\src\bert\modeling.py:171: The name tf.variable_scope is deprecated. Please use tf.compat.v1.variable_scope instead.
WARNING:tensorflow:From E:\LACO\ie\src\bert\modeling.py:172: The name tf.AUTO_REUSE is deprecated. Please use tf.compat.v1.AUTO_REUSE instead.
WARNING:tensorflow:From E:\LACO\ie\src\bert\modeling.py:409: The name tf.get_variable is deprecated. Please use tf.compat.v1.get_variable instead.
WARNING:tensorflow:From E:\LACO\ie\src\bert\modeling.py:490: The name tf.assert_less_equal is deprecated. Please use tf.compat.v1.assert_less_equal instead.
WARNING:tensorflow:From E:\LACO\ie\src\bert\modeling.py:671: dense (from tensorflow.python.layers.core) is deprecated and will be removed in a future version.
Instructions for updating:
Use keras.layers.Dense instead.
WARNING:tensorflow:From D:\Programs\Python\Python36\lib\site-packages\tensorflow_core\python\layers\core.py:187: Layer.apply (from tensorflow.python.keras.engine.base_layer) is deprecated and will be removed in a future version.
Instructions for updating:
Please use
layer.__call__
method instead.WARNING:tensorflow:From D:\Programs\Python\Python36\lib\site-packages\tensorflow_core\python\ops\nn_impl.py:183: 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
WARNING:tensorflow:From D:\Programs\Python\Python36\lib\site-packages\tensorflow_core\python\ops\resource_variable_ops.py:1630: calling BaseResourceVariable.init (from tensorflow.python.ops.resource_variable_ops) with constraint is deprecated and will be removed in a future version.
Instructions for updating:
If using Keras pass *_constraint arguments to layers.
WARNING:tensorflow:From E:\LACO\ie\src\run_predicate_classification_plcp_test.py:781: The name tf.trainable_variables is deprecated. Please use tf.compat.v1.trainable_variables instead.
Process finished with exit code -1073741819 (0xC0000005)
The text was updated successfully, but these errors were encountered: