Open ganesh-pivotchain opened 4 years ago
Thanks for using the codebase!
This codebase is mainly designed for training/ inference with state of the art backbones. Training or inferencing relative heavy backbones normally requires GPUs. (otherwise it would take forever) Could you clarify what would be your use case, then I can help to better support it.
If simply training and inferencing on CPU is what you need, I can implement and support CPU for you (your use case).
This codebase is mainly designed for training/ inference with state of the art backbones. Training or inferencing relative heavy backbones normally requires GPUs. (otherwise, it would take forever) Could you clarify what would be your use case, then I can help to better support it.
I just wanted to use inference for some basic embedded applications hence just need CPU version for inference.
If simply training and inferencing on CPU is what you need, I can implement and support CPU for you (your use case).
If just inference possible on CPU then that will be a great help.
Thanks
Traceback (most recent call last):
File "tools/run_net.py", line 151, in
Hello, I am getting this runtime erroe while testing the pretrained model. Could you please help to resolve this. Thank you in advance
This codebase is mainly designed for training/ inference with state of the art backbones. Training or inferencing relative heavy backbones normally requires GPUs. (otherwise, it would take forever) Could you clarify what would be your use case, then I can help to better support it.
I just wanted to use inference for some basic embedded applications hence just need CPU version for inference.
If simply training and inferencing on CPU is what you need, I can implement and support CPU for you (your use case).
If just inference possible on CPU then that will be a great help.
Thanks
did you figure out, how to do inference of slowfast on cpu? if yes, please share the code!
@takatosp1 could you also please look into it?
any updates on this?
@Abhitheonly1 Any leads for the problem, whether slowfast can be used for CPU inference ?
Thanks
I feel this project very intriguing But it seems like very sparse documentation. I wanted to use the pre-trained SlowFast R-50 model but from the above code looks like to load the model I need GPU?