Seyyed Hossein Hasanpour

Results 27 issues of Seyyed Hossein Hasanpour

How can I download the Cifar10/100 and mnist datasets that were posted and linked in the readme section?

Hello, First of all thank you for your fantastic job in creating the toolbox. second of all I would like to address several matters that confused me. As far as...

I recently tried to use DVT on my new windows 10 installation to only face this : ![image](https://cloud.githubusercontent.com/assets/5382892/23102184/caeac528-f6b9-11e6-9636-2fa05b05fe31.png) Everything used to work and now I have no idea why I'm...

When I want to use your prototxtfile for training, I get this error I have the latest version of caffe, cudnn v5.1 and cuda 8 installed! What is the cause...

Hi, Thanks for the contribution. I had previously coded an LSTM from scratch couple of months ago, and I was eager to see how you have done it. I ran...

Looking at the following diagram and the code you wrote , which is : ![image](https://user-images.githubusercontent.com/5382892/61577782-7fdcbb00-ab01-11e9-9d3d-1c0d93eda6ee.png) ``` import torch.nn as nn class RNN(nn.Module): def __init__(self, input_size, hidden_size, output_size): super(RNN, self).__init__() self.hidden_size...

Hi, I'm curious to know whether the quantized version of networks are supported, as today I tried that and faced this issue : ```python QuantizedResnet18 took 35.105 ms [min/max: 35.1/35.1]...

Hi, This is a followup to the previous issue #7 which was fixed earlier. However, After the model is successfully pruned (The parameters are down to 4.7M from the initial...

Hi @1adrianb : thanks a lot for all of this. really appreciate it I was wondering if its possible to get the aligned images. Your FaceAlignment class, as the name...

Is it possible to use RetinaFace instead of SFD ?

enhancement
help wanted
good first issue
question