Skip to content

An end-to-end model to detect and recognize characters from a corpus

Notifications You must be signed in to change notification settings

taintpro98/pytorch-end2end-recognition

Repository files navigation

end-to-end-flax

Step-by-step installation

#dump environment to a file by running this script
conda env export | grep -v "^prefix: " > environment.yml


# install conda environment by running this script 
conda env create -f environment.yml

# follow PyTorch installation in https://pytorch.org/get-started/locally/
# we give the instructions for CUDA 9.2
conda install pytorch==1.2.0 torchvision==0.4.0 cudatoolkit=9.2 -c pytorch

About

An end-to-end model to detect and recognize characters from a corpus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages