Skip to content

ModuleNotFoundError: No module named 'embedder' #1

@soohyoen

Description

@soohyoen

Thank you for your great Work!
I encountered a bug while running the training script.

Describe the bug
When running the provided training script, the code fails to import the embedder module.

To Reproduce
Steps to reproduce the behavior:

git clone https://github.com/[repo-owner]/GLS.git
cd GLS
python scripts/run_train.py

Console Output

python scripts/run_train.py
rm -rf /workspace/GLS/6_38_45/output//6_38_45/*
CUDA_VISIBLE_DEVICES=0 python train.py -s /workspace/GLS/6_38_45/ -m /workspace/GLS/6_38_45/output//6_38_45 -r1 --data_device cuda
Traceback (most recent call last):
  File "/workspace/GLS/train.py", line 162, in <module>
    from embedder import get_embedder
ModuleNotFoundError: No module named 'embedder'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions