-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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'
YanLin02
Metadata
Metadata
Assignees
Labels
No labels