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

different variable names in files which leads to bugs #82

Open
kenzabenjelloun opened this issue Apr 11, 2023 · 0 comments
Open

different variable names in files which leads to bugs #82

kenzabenjelloun opened this issue Apr 11, 2023 · 0 comments
Labels
Type: Bug Something isn't working

Comments

@kenzabenjelloun
Copy link

kenzabenjelloun commented Apr 11, 2023

Hello !

  • While trying to use counterfit, more specifically the 'new' command, i get the following error : 'EXCEPTION of type 'AttributeError' occurred with message: type object 'Config' has no attribute 'targets_path'', which is due to a variable being named targets_dir in '/examples/terminal/core/config', while being referred to as targets_path in 'examples/terminal/commands/new.py'. I wanted to point it out as it might be the case in other files and saw no mention of it anywhere.

  • Whenever i try to run the "predict" command, i get the following error message : "EXCEPTION of type 'FileNotFoundError' occurred with message: [Errno 2] No such file or directory: 'counterfit/targets'", while everything else seems to work... I don't know if it's a setup problem or a path problem. Even when i follow the available demos step by step.

  • I also think the MNIST tuto available in the wiki doesn't work anymore ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant