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
Some errors occur when importing package of the notebook Intro_to_Metadataset.pynb after installing all the required packages in requirements.txt.
In example, I'm getting:
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-14-b205b4ebaa47> in <module>
13 from meta_dataset.data import dataset_spec as dataset_spec_lib
14 from meta_dataset.data import learning_spec
---> 15 from meta_dataset.data import pipeline
/media/lety/tera/research-workspace/meta-dataset/meta_dataset/data/pipeline.py in <module>
39 from meta_dataset.data import reader
40 from meta_dataset.data import sampling
---> 41 from simclr import data_util
42 from six.moves import zip
43 import tensorflow.compat.v1 as tf
ImportError: cannot import name 'data_util'
The first error message was that simclr wasn't installed. I've used pip install simclr to solve it but some modules still missing.
Any idea? ty.
The text was updated successfully, but these errors were encountered:
Some errors occur when importing package of the notebook Intro_to_Metadataset.pynb after installing all the required packages in requirements.txt.
In example, I'm getting:
The first error message was that
simclr
wasn't installed. I've usedpip install simclr
to solve it but some modules still missing.Any idea? ty.
The text was updated successfully, but these errors were encountered: