fsdl-text-recognizer-project
fsdl-text-recognizer-project copied to clipboard
Lab materials for the Full Stack Deep Learning Course
from the lab2_sln directory I entered `$python text_recognizer/datasets/emnist_dataset.py` and got ``` fsdl-text-recognizer-project/lab2_sln$ python text_recognizer/dataset/emnist_dataset.pyTraceback (most recent call last): File "text_recognizer/datasets/emnist_dataset.py", line 16, in from text_recognizer.datasets.dataset import _download_raw_dataset, Dataset, _parse_args ModuleNotFoundError:...
I'm trying to run the test in lab1 using the following command in Google Colab but it gives me the issue below: `pytest -s text_recognizer/tests/test_character_predictor.py ` File "", line 1...
When I create the environment on my machine, I get below error: Collecting package metadata (repodata.json): done Solving environment: failed ResolvePackageNotFound: - cudatoolkit=10.1 - cudnn=7.6
Found existing installation: wincertstore 0.2 ERROR: Cannot uninstall 'wincertstore'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to...
When I run this - pipenv run python training/run_experiment.py --save '{"dataset": "EmnistDataset", "model": "CharacterModel", "network": "mlp", "train_args": {"batch_size": 256}}' I get an error saying this , please help 2020-12-10 14:38:10.508059:...
Locking Failed! [pipenv.exceptions.ResolutionFailure]: req_dir=requirements_dir [pipenv.exceptions.ResolutionFailure]: File "c:\users\ved\anaconda3\envs\fsdl-text-recognizer\lib\site-packages\pipenv\utils.py", line 726, in resolve_deps [pipenv.exceptions.ResolutionFailure]: req_dir=req_dir, [pipenv.exceptions.ResolutionFailure]: File "c:\users\ved\anaconda3\envs\fsdl-text-recognizer\lib\site-packages\pipenv\utils.py", line 480, in actually_resolve_deps [pipenv.exceptions.ResolutionFailure]: resolved_tree = resolver.resolve() [pipenv.exceptions.ResolutionFailure]: File "c:\users\ved\anaconda3\envs\fsdl-text-recognizer\lib\site-packages\pipenv\utils.py", line 395, in...
In Lab_1 , when I try to run ```tasks/test_functionality.sh``` or ```pytest -s text_recognizer/tests/test_character_predictor.py``` I get the error mentioned in the issue title. The entire error is as follows: ``` =========================================================================...
The link to `Project Structure` under the main `README.md` is broken. I did a quick review of the source code from the parent repo (`fsdl-text-recognizer`) and I'm guessing that the...
The relative lab paths didn't work, fixed them now pointing to the respective folder (if you want to point to the readme explicitly change to **lab1/readme.md**, **lab2/readme.md** etc). [project structure](project_structure.md)...
all data set resides in cloud cant be retrieved , 403 forbidden error