willianck
willianck
I second that. It would be a great idea to have this feature included in the scraper !
Can the **ClassifierOutputTarget** be used if the output layer is used for regression; in this case predicting a single continuous value ?
Did you have any luck finding the issue @arition. I am using the pytorch implementation of the Swin Transformer and having the same problem occuring. It is not able to...
Would appreciate if a maintainer of this repo could point me in the right direction @narendasan
Sure here it is. Error message: ``` Traceback (most recent call last): File "/home/manifold12/Software/benchmark/test_inference/real_time_inference.py", line 228, in main() File "/home/manifold12/Software/benchmark/test_inference/real_time_inference.py", line 220, in main batch_inference(args.model, File "/home/manifold12/Software/benchmark/test_inference/real_time_inference.py", line 152, in...
Got It, here is the full log using the debug log level from torch_tensorrt . I placed it inside a file for you to view as It is quite a...
I was able to get it to work using `dynamo` or `torch_compile` instead of `torchscript `in the `ir `argument of `torch_tensorrt.compile()` as shown below. ``` import torch_tensorrt as trt optimized_model...
any updates on this issue ? @bowang007
Hey @Charlyo I have a similar error, referencing this issue #1684 and was wondering If there was any update on a fix , appreciate your help!
I also have an issue with the keras version used when trying to run the following dummy example for distributed training. Currently using `tensorflow[and-cuda] 2.18.0 `which installs with the` keras...