I am getting the following error when importing speechbrain.
speechbrain/init.py:4: in
from .core import Stage, Brain, create_experiment_directory, parse_arguments
speechbrain/core.py:35: in
from speechbrain.utils.distributed import run_on_main
speechbrain/utils/init.py:11: in
from . import * # noqa
speechbrain/utils/profiling.py:11: in
from torch.autograd.profiler_util import ( # pytorch v1.10.1
E ModuleNotFoundError: No module named 'torch.autograd.profiler_util'
The error occurs with speechbrain v0.5.12, but v0.5.11 works fine.
I tested both torch 1.10.0 and 1.11.0, with similar results.
Any idea what it might be?
I am getting the following error when importing speechbrain.
speechbrain/init.py:4: in
from .core import Stage, Brain, create_experiment_directory, parse_arguments
speechbrain/core.py:35: in
from speechbrain.utils.distributed import run_on_main
speechbrain/utils/init.py:11: in
from . import * # noqa
speechbrain/utils/profiling.py:11: in
from torch.autograd.profiler_util import ( # pytorch v1.10.1
E ModuleNotFoundError: No module named 'torch.autograd.profiler_util'
The error occurs with speechbrain v0.5.12, but v0.5.11 works fine.
I tested both torch 1.10.0 and 1.11.0, with similar results.
Any idea what it might be?