fsdl-text-recognizer-2021-labs icon indicating copy to clipboard operation
fsdl-text-recognizer-2021-labs copied to clipboard

Complete deep learning project developed in Full Stack Deep Learning, Spring 2021

Results 14 fsdl-text-recognizer-2021-labs issues
Sort by recently updated
recently updated
newest added

solving `RuntimeError: "host_softmax" not implemented for 'Int'` issue in lab3. Currently issue mentioned in comment already closed and the method of going around the bug are not necessarily needed anymore.

Import error - AttributeError `from text_recognizer import lit_models`. Complications to argparse importing BaseLitModel , change the import reference to `from text_recognizer.lit_models import base` and refactor variable - AttributeError ``` parser.add_argument("--data_class",...

System: - WSL2 GPU: 3080 ```python python training/run_experiment.py --model_class=MLP --data_class=MNIST --max_epochs=5 --gpus=-1 ``` Followed mentioned steps but ended up with this error ``` RuntimeError: CUDA error: no kernel image is...

ImportError: cannot import name 'Batch' from 'torchtext.data' (/usr/local/lib/python3.10/dist-packages/torchtext/data/__init__.py) getting this error for running !python training/run_experiment.py --max_epochs=3