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
Hi, has anyone besides @dome272 succeeded in running the notebooks? There are several references that I can't find so the code won't execute for me.
The Stage B notebook has from modules_prev import Paella which is undefined, as well as set_verbosity_error() which is undefined,
...as well as several imports that aren't included in references.txt or anywhere else but one can find them on PyPI.
Though I haven't been able to find from diffnext_v2 import DiffNeXt, EfficientNetEncoder, Prior.
The Stage C notebook has from modules import Paella, sample, EfficientNetEncoder, Prior. Again not seeing any modules... from diffuzz import Diffuzz... etc.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, has anyone besides @dome272 succeeded in running the notebooks? There are several references that I can't find so the code won't execute for me.
The Stage B notebook has
from modules_prev import Paella
which is undefined, as well asset_verbosity_error()
which is undefined,...as well as several imports that aren't included in
references.txt
or anywhere else but one can find them on PyPI.Though I haven't been able to find
from diffnext_v2 import DiffNeXt, EfficientNetEncoder, Prior
.The Stage C notebook has
from modules import Paella, sample, EfficientNetEncoder, Prior
. Again not seeing anymodules
...from diffuzz import Diffuzz
... etc.Thanks.
The text was updated successfully, but these errors were encountered: