solarflarefx

Results 16 comments of solarflarefx

Would this also be possible from the C# API? I am currently running the pipeline using managedCuda: https://kunzmi.github.io/managedCuda/

So I seem to also be having the issue when trying to log in. I followed this guide for the .htaccess: https://hostadvice.com/how-to/how-to-enable-apache-mod_rewrite-on-an-ubuntu-18-04-vps-or-dedicated-server/ It looks like the api folder is writeable...

OK I used chmod to make api 777 whereas before it was 755. This seemed to fix the problem.

@Neonsign247 Have you solved this issue?

@Oceania2018 @emrahsungu Does this exist in the current version of NumSharp?

@azhurkevich I wonder if I am doing something fundamentally wrong. I keep getting this error: ImportError: cannot import name 'STABLE_ONNX_OPSET_VERSION' from 'detectron2.export'

@Mghobadid were you able to solve your problem? I seem to be experiencing a difference in performance as well.

@17sarf When you say you installed detectron=1.3 are you referring to the latest release: https://github.com/facebookresearch/detectron2/releases It looks to me that the code in this particular repository is for v0.1. Did...

@17sarf Got it thanks. Another question -- which command prompt are you using to build detectron2? Developer Command Prompt for VS 2019? Anaconda prompt? 5 errors detected in the compilation...

@elnazsn1988 Is changing the cu files for ROIAligned and ROIAlignedRotated still required in the newer versions of pytorch?