jgcbrouns
jgcbrouns
Thank you very much for responding aik099 and isometriks. I managed to get it to work by using your sample code!
I have the same issue. One cannot double impersonate (impersonate another user when already impersonating). What could solve this is a @isNotImpersonating directive. You can then show the "impersonate" button...
So I am doing the following: Added the inverse blade directive of `@isImpersonating`: **_AppServiceProvider.php:_** ``` public function boot() { \Blade::directive('isNotImpersonating', function () { return ""; }); \Blade::directive('endIsNotImpersonating', function () {...
Have you tried checking your custom anchors that you generated and correctly importing these for inference?
Yea I'm not particularly focused on implementing MobileNetV3. MobileNetV3 Also does not seem to be that great of an improvement. Other ideas would be preferred :D
Okay thanks @edvardHua looks good! Any specific funky ideas to optimize the architecture and/or speed?