Dipkumar Patel

Results 13 comments of Dipkumar Patel

@catchwayrk try installing libs with ``` sudo pip3 install -r requirements.txt ``` and then run code with ``` python3 main.py ```

@jni Any suggestion on improvement of function signature ? And, also Is documentation required ?

@mkcor Fixed suggested changes.

Hi @mkcor, The main idea behind this PR was #5428 (Feature Request). And I picked it up as it was tagged as `good first issue`. :) I agree this is...

Yes, the Output is identical. I am seeing a 25% speedup of CPU. ```markdown the most powerful machines on the planet. The computer is a machine that can perform complex...

@clam004 i don't remember exactly how I ended as 25% speedup but it was definitely not a scientific one. 😄 The speedup number will heavily rely on the combination of...

it depends on which type of steganography algorithm you are using.Check out some simple steganography which are like LSB which don't increase size but depending on format it can vary.

Loading Model Looks fine but I think this issue can happen because of the Pytorch version difference. I need to look into more resources for the difference between variables and...

@BarCodeReader I haven't gotten time to look at this. Is the issue resolved?

this is quite old code (> 2 yrs). So, I don't remember the exact version of PyTorch, and also it seems that there is no requirement.txt, too. (horrible practice from...