mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 01:52:41 +00:00
Describe how to fix segfault in doc (#719)
This commit is contained in:
parent
4b5bc480e8
commit
556c63fbb7
@ -393,6 +393,17 @@ Now let us run the training part:
|
|||||||
We use ``export CUDA_VISIBLE_DEVICES=""`` so that ``icefall`` uses CPU
|
We use ``export CUDA_VISIBLE_DEVICES=""`` so that ``icefall`` uses CPU
|
||||||
even if there are GPUs available.
|
even if there are GPUs available.
|
||||||
|
|
||||||
|
.. hint::
|
||||||
|
|
||||||
|
In case you get a ``Segmentation fault (core dump)`` error, please use:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
|
||||||
|
|
||||||
|
See more at `<https://github.com/k2-fsa/icefall/issues/674>` if you are
|
||||||
|
interested.
|
||||||
|
|
||||||
The training log is given below:
|
The training log is given below:
|
||||||
|
|
||||||
.. code-block::
|
.. code-block::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user