Closed Akashdhiman290 closed 4 years ago
Hello @Akashdhiman290 thanks for letting me, although there seems no reason for this error as the file exists in the main directory itself, but a recent merge with a PR might have caused this issue. I'll check and let you know soon.
Meanwhile, would you please share details like how you're running the file and python version?
@Akashdhiman290 According to my tests, everything seems to work fine. Please share details on how you got the issue. On which platform are you using, I've tested on MacOs and Ubuntu.
i m using jupiter notebook. python version 3. when i run digit_recogniser.py file ...there is an error that "No module name as mnist_test". adssa.docx
Can u send me the .ipynb file of digit_recoganiser
I run three files...1st mnist_train.ipynb .....2nd mnist_test.ipynb these two file are run successfully. but error in 3rd file i.e. digit_recogniser.py ....plz check this error
Dude, digit_recogniser.py
file has a UI part associated which takes the input from live-cam. You can't run that file on a jupyter notebook. The corresponding jupyter notebook is mnist_test.ipynb
which loads the model, further you can do the testing in a similar way as shown here
what should i do now...
tell me step wise...
how can i take input from my webcam
how i run this file i.e. digit_recogniser.py
To run the file, you can directly run the command
python3 digit_recognier.py
on your command prompt or terminal. There are some dependencies which you can install using pip.
what things i need to install
error in terminal
devices = tf.config.list_logical_devices() AttributeError: module 'tensorflow' has no attribute 'config' thiis error occur in terminal
Please try pulling the repo again, I have made some changes which might solve this error.
"No module found mnist_test"....when we import the file this error is occur