Ahmed Osama

Results 30 comments of Ahmed Osama

my first thoughts that it's related to this part of the code ``` if is_grayscale: gray_bias = deprocessing_args.get('gray_bias', 0.0) W = np.array([image_scale]) b = np.array([gray_bias]) else: W = np.array([image_scale, image_scale,...

here is the torch model [Model Link](https://drive.google.com/open?id=0B3sn-iPgMRP7ZWgwOVhuTjZmQU0)

i have tried the same model but different result can you please try the same model but with batch normalization , it works with coreml in batch normalization [Batch Model](https://drive.google.com/open?id=0B3sn-iPgMRP7UWhwcnFFRWljTjg)

can you suggest a solution for this case @opedge seems to be working with batch norm and instance norm getting reddish

this might help , this is the model layers and the main problem is with **evaluate()** method nn.Sequential { [input -> (0) -> (1) -> (2) -> (3) -> (4)...

Hi @abinpaul1 , I am willing to implement the changes but the network tab is not helping me to get the logout endpoint and request

@abinpaul1 I have tried it, it returns the login page of Linkedin in HTML Format but the session is active First I used `takeovers `then `logout` ![logout](https://user-images.githubusercontent.com/25582838/157669552-52f268de-9807-4cf8-99ae-40fdccbdf83f.PNG)

Thanks @abinpaul1 for your reply the new route returns : ` {"memberEligible":true}` but the session is still active . I will add my code here for reference maybe something is...

Hi @abinpaul1 . I have done some investigation, and found a new route `https://www.linkedin.com/psettings/sessions/delete`. It can be used to log-out from a specific session. ![image](https://user-images.githubusercontent.com/25582838/165305467-92f7a54d-80b8-44bf-8621-77ba751c3624.png) ![image](https://user-images.githubusercontent.com/25582838/165305607-72c137d1-6ad1-44c9-a60b-e323c70e7aaf.png) Now, I am getting...