- Notice
- How to install Vujade for Python
- How to add project path to the PYTHONPATH
- How to remove ^M characters
- License
- Todo
- Reference
- A collection of useful classes and functions based on the Python3 for deep learning research and development
- The vujade consists of useful codes that I coded myself, wrapper classes and wrapper functions for the Python3 package.
- Once you're comfortable with vujade, you don't need to search the internet to see how to use functions and classes.
- I recommend that you should ignore the commented instructions with an octothorpe, #.
- Please note that some Python3 packages should be required. You can install the rquired packages using Python3 official package manager, pip3.
- Please note that the pip3 based vujade has not fully supported all features yet.
$ pip3 install vujade
$ pip3 install git+https://github.com/vujadeyoon/vujade-python@${name_tag}
$ pip3 install -e .
$ git clone https://github.com/vujadeyoon/vujade-python vujade-python
$ cd ./vujade-python/ && bash ./script/bash_setup_vujade.sh && cd ../
If some errors occur for the vujade path in the project, I recommend you should add the project path to the PYTHONPATH.
$ export PYTHONPATH=$PYTHONPATH:$(pwd)
$ dos2unix ${PATH_FILE}
$ sed 's/^M//g' ${PATH_FILE}
- I respect and follow the license of the used libraries including python3 packages.
- The libraries including python3 packages are licensed by their licenses.
- Please note that the only providen vujadeyoon's own codes and wrapper-codes comply with the MIT license.
- Instructions for usage will be updated in the future.