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

hi sunny issue after this i follow 2.5videos of yours tried can you sort it please #1

Open
Manothegamer opened this issue May 2, 2022 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@Manothegamer
Copy link

windows 10, vscode
i followed all your steps everthing was ok until dvc repro

$ dvc repro
Running stage 'get_data':

python src\stage_01_get_data.py --config=configs\config.yaml
list of the folders: 0%| | 0/2 [00:00<?, ?it/s]
Traceback (most recent call last):
File "src\stage_01_get_data.py", line 41, in
get_data(config_path=parsed_args.config, params_path=parsed_args.params)
File "src\stage_01_get_data.py", line 29, in get_data
create_directories([local_data_dir])
File "e:\dl_projects\dvc_tf\dvc-cnn-tf-pipelne-demo\src\utils\common.py", line 24, in create_directories
for dir_path in dir_paths:
NameError: name 'dir_paths' is not defined
ERROR: failed to reproduce 'get_data': failed to run: python src\stage_01_get_data.py --config=configs\config.yaml, exited with
1
(E:Mon May 02l_projectsMon May 02vc_tf\DVC-CNN-TF-pipelne-demov)

@c17hawke c17hawke self-assigned this May 2, 2022
@c17hawke c17hawke added the good first issue Good for newcomers label May 2, 2022
@c17hawke
Copy link
Owner

c17hawke commented May 2, 2022

@Manothegamer can you share the link to your codebase. Because as per the log you shared I didn't create any variable by the name dir_paths in the common utils file.

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

No branches or pull requests

2 participants