Giter Club home page Giter Club logo

face-attribute-prediction's Introduction

Duo Li's github stats

face-attribute-prediction's People

Contributors

d-li14 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

face-attribute-prediction's Issues

Expected more than 1 value per channel when training

class fc_block(nn.Module):
def init(self, inplanes, planes, drop_rate=0.15):
super(fc_block, self).init()
self.fc = nn.Linear(inplanes, planes)
self.bn = nn.BatchNorm1d(planes)
if drop_rate > 0:
self.dropout = nn.Dropout(drop_rate)
self.relu = nn.ReLU(inplace=True)
self.drop_rate = drop_rate

def forward(self, x):
    x = self.fc(x)
    x = self.bn(x)
    if self.drop_rate > 0:
        x = self.dropout(x)
    x = self.relu(x)
    return x

self.bn = nn.BatchNorm1d(planes)
Expected more than 1 value per channel when training

KeyError: 'resnet18'

E:\Users\Raytine\Anaconda3\python.exe F:/imageedit/face-attribute-prediction-master/main.py
=> creating model 'resnet18'
Traceback (most recent call last):
File "F:/imageedit/face-attribute-prediction-master/main.py", line 417, in
main()
File "F:/imageedit/face-attribute-prediction-master/main.py", line 135, in main
model = models.dictargs.arch
KeyError: 'resnet18'

Model can't converge?

Hi, thanks for sharing your code! I also train this model. But the model seems like not converge fast as following.
image
I also use the img_align_celeba as training and val data and all training parameters used are default as your main.py. Could you know the reason why my model not converge?

wrong email address?

tried many times, but still failed...

向以下收件人或组传递邮件失败:

[email protected] ([email protected])
你的邮件未送达。尽管反复尝试传递你的邮件,但是无法与远程服务器建立连接。

请通过其他方式(例如通过电话)与收件人联系,并让他们告诉电子邮件管理员,使其了解你的电子邮件系统貌似无法连接到电子邮件系统。向他们提供如下所示的错误详细信息。可能仅收件人的电子邮件管理员能够解决此问题。

有关详细信息和解决此问题的提示,请参阅此文章: https://go.microsoft.com/fwlink/?LinkId=389361。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.