38892e20f50b402a195c73100907043d0015bed2
StockPredictor
Reference
- Vision Transormers 참고
- https://github.com/NielsRogge/Transformers-Tutorials/blob/master/VisionTransformer/Fine_tuning_the_Vision_Transformer_on_CIFAR_10_with_the_%F0%9F%A4%97_Trainer.ipynb
- How to convert datasets from a python dictionary
- numpy -> tensor -> PILImage 변환 방법
- Image Classification Models
Troubleshoot
- OMP: Error #15: Initializing libiomp5.dylib, but found libiomp5.dylib already initialized.
추가하거나 다음 패키지를 설치한다.
import os os.environ[‘KMP_DUPLICATE_LIB_OK’]=’True’> conda install nomkl
Description
Languages
Python
100%