Fazankabir
Fazankabir
lib_handle = py_tf.TF_LoadLibrary(library_filename) tensorflow.python.framework.errors_impl.NotFoundError: C:\Users\kabirfaz\Documents\MyData\02_MyProjects\05_P600_Handsigns\venv\lib\site-packages\tensorflow\contrib\tensor_forest\python\ops\_tensor_forest_ops.so not found Python 3.6.0 tensorflow 1.10.0 Please help
installed packages: ``` python=3.10.0 onnxruntime-gpu=1.17.0 pytorch =2.2.2 pytorch-cuda=11.8 pytorch-lightning =1.9.3 transformers=4.41.2 ``` I have trained SegFormer model with pretrained weights as mentioned with classifier layer: ``` from transformers import SegformerForSemanticSegmentation...