Can't import tests.helpers.boring_model.BoringModelBoringModel
in colab
#11681
Answered
by
rohitgr7
daniellepintz
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
-
I am trying to import the BoringModel in this colab https://colab.research.google.com/drive/1wrPzif6zddJvdDgMnYsa05172Nv3WzWk?usp=sharing but am getting the error Any ideas how to fix this? |
Beta Was this translation helpful? Give feedback.
Answered by
rohitgr7
Feb 1, 2022
Replies: 1 comment 5 replies
-
with pip install it installs just the core-package ( |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
akihironitta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
with pip install it installs just the core-package (
pytorch_lightning
) and not any other directories. Since tests in this env will be just another package, not specific to pytorch_lightning.