You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import pytorch_lightning as pl
from pytorch_lightning.callbacks.model_checkpoint import ModelCheckpoint
from pytorch_lightning.loggers import TensorBoardLogger
Hi,
I use google colab to test this model to apply some real data:
!pip install git+https://github.com/AmrMKayid/nam
but when I run the notebook the line about pytorch_lightning
import pytorch_lightning as pl
I obtain:
ImportError Traceback (most recent call last)
in ()
----> 1 import pytorch_lightning as pl
2 from pytorch_lightning.callbacks.model_checkpoint import ModelCheckpoint
3 from pytorch_lightning.loggers import TensorBoardLogger
4
5 from nam.config import defaults
10 frames
/usr/local/lib/python3.7/dist-packages/torchtext/vocab.py in ()
11 from typing import Dict, List, Optional, Iterable
12 from collections import Counter, OrderedDict
---> 13 from torchtext._torchtext import (
14 Vocab as VocabPybind,
15 )
ImportError: /usr/local/lib/python3.7/dist-packages/torchtext/_torchtext.so: undefined symbol: _ZN2at6detail10noopDeleteEPv
Can you help me?. Or I should use a local version of your code.. in any way, what are the libraries that I need to run succesfully your code. Thanks!!
SAG
The text was updated successfully, but these errors were encountered: