#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
-
Notifications
You must be signed in to change notification settings - Fork 0
taintpro98/pytorch-end2end-recognition
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
An end-to-end model to detect and recognize characters from a corpus
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published