Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Traceback AssertionError while training in Vast.ai #20

Open
pocakka opened this issue Sep 8, 2022 · 0 comments
Open

Traceback AssertionError while training in Vast.ai #20

pocakka opened this issue Sep 8, 2022 · 0 comments

Comments

@pocakka
Copy link

pocakka commented Sep 8, 2022

I always get this error message after uploading .argosdata package to Vast.ai after running argos-train command.

Traceback (most recent call last):
File "/home/argosopentech/env/bin/argos-train", line 7, in
exec(compile(f.read(), file, 'exec'))
File "/home/argosopentech/argos-train/bin/argos-train", line 18, in
train.train(from_code, to_code, from_name, to_name, version, package_version, argos_version, data_exists)
File "/home/argosopentech/argos-train/argostrain/train.py", line 78, in train
source, target = dataset.data()
File "/home/argosopentech/argos-train/argostrain/dataset.py", line 247, in data
self.local_dataset = LocalDataset(filepath)
File "/home/argosopentech/argos-train/argostrain/dataset.py", line 152, in init
assert len(dir_names) > 0
AssertionError

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant