Muaz Usmani

Results 14 comments of Muaz Usmani

There is a logical error in this [line](https://github.com/meetshah1995/pytorch-semseg/blob/e555b39ad37281aeed47d0ec12b7b904ebbe5cc2/ptsemseg/schedulers/schedulers.py#L20) It should be `if self.last_epoch % self.decay_iter or self.last_epoch % self.max_iter == 0:` instead of `if self.last_epoch % self.decay_iter or self.last_epoch %...

@xyyue for your first comment, I was facing something similar. What I was doing, was saving them to disk using only native repository and then calculating the size of file,...

Hello, first of all thank you for great project. So I am trying to build an asi file from native project. I have MS VS 2017 CMake 3.8.2 I downloaded...

Thank you for your quick response. So I used following: 1) ran the command `cmake -DEIGEN3_INCLUDE_DIR= -G "Visual Studio 15 Win64" ..` in `build_dir` and these [logs](https://drive.google.com/open?id=0B7dFO5oiamETNkZzU0FmbnJiZ28) were generated I...

Thank you @dominikandreas for helping me building this project. So I tried to run it and here is my [`asiloader.log`](https://drive.google.com/open?id=0B7dFO5oiamETNEc0cHd6RlB0enM), [`ScriptHookV.log`](https://drive.google.com/open?id=0B7dFO5oiamETZm51aFZhYjRDLVk) and[ `GTANativePlugin.log`](https://drive.google.com/open?id=0B7dFO5oiamETdzlUWHRuU2dKWFk). In my `GTANativePlugin.log` and in my case...

Can anyone please help me in running this repository by answering my above question. Thank you.

Thank you @rmalav15 and @barcharcraz for your replies. I tried to generate both [mini](https://drive.google.com/open?id=0B7dFO5oiamETbXd1UlEtOXJ5SVk) and [full](https://drive.google.com/open?id=0B7dFO5oiamETU1VnOGw4M0lTQVU) dumps. Normally, when I run the game it keeps generating the same log `detected...

@IanKirwan did you receive any errors mentioned above before or did this repo. worked for out of the box?

@IanKirwan, thank you for your detailed response. And yes it would be great if you could please post those steps in detail, for me and for others who plan to...

@barcharcraz yes I tried it. The issue persist unfortunately.