- create a new conda environment named hoynet with environment.yml
- PyTorch is essential. Set PyTorch according to your own local environment
$ conda env create -f environment.yml
$ conda activate hoynet
$ conda deactivate
- check configuration(.yml) carefully and customize it
- sample configurations(.yml) are in
demo/training
directory - Caution! Ensure the configuration is well-written to recognize the device capabilities and prevent forced shutdowns
- 주의! 기기 성능에 맞게 실행 구성을 작성하시오.
- priceFile and codeFile is from crawling
$ python ./pcrn.py -c ./demo/training/pcrn.yml >> log.txt
$ python ./fin2vec.py -c ./demo/training/fin2vec.yml >> log.txt
- check configuration(.yml) carefully and customize it
- sample configurations(.yml) are in
demo/inference
ordemo/wordClustering
directory - Caution! Ensure the configuration is well-written to recognize the device capabilities and prevent forced shutdowns
- 주의! 기기 성능에 맞게 실행 구성을 작성하시오.
$ python ./inference.py -c ./demo/inference/inference.yml
$ python ./wordClustering.py -c ./demo/wordClustering/wordClustering.yml
$ python visualize/lossVisualize.py -f log.txt -i Title -l True