Git Product home page Git Product logo

dsdh_pytorch's People

Contributors

treezzz 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

Watchers

 avatar  avatar  avatar

dsdh_pytorch's Issues

关于nuswide数据集的小问题~

打扰一下,新手对于数据集的使用还不大懂~ 请问nuswide数据集下载了之后是里面5个4g的文件都要用到吗?还是只用到了那个1.86G的zip,解压用这个就好呢?您分享的nus-wide-21是论文里常用的,只包含21类的nus-wide的子数据集吗?

Do you have the trained models available?

Hi! I'd like to try the models as is on a dataset, do you have the pretrained Pytorch models available? I'd love to try it without having to train my own on ImageNet. Thanks!

RMSprop

树哥你好,我把网络换了resnet50,发现还真的只有RMSprop的结果能正常一点点,Adam和SGD好像没法正常更新。Any insight on this?仅是讨论哈哈,不是Issue。

NUSWIDE数据集问题

请问下NUSWIDE数据集下,这两行的写法是不是有误?正确的写法应该是:

query_index = perm_index[:num_query]
train_index = perm_index[num_query:num_query+num_train]

query_index = perm_index[:num_query]
train_index = perm_index[:num_train]

multi gpus training

Environment: pytorch==1.1.0 torchvision==0.3.0 cudatoolkit=9.0
Problem:
I added two lines:
model = nn.DataParalle(model)
model.to(device) after model = AlexNet(code_length) in alexnet.py, but I found it can not speed up the training, can you help me?

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.