Giter Site home page Giter Site logo

Comments (7)

Hzzone avatar Hzzone commented on June 17, 2024

Hi, the results you mentioned are obtained with Resnet-34 in Table 2, while the pre-trained models are Resnet-18 in Table 6. In addition, plz make sure that the full datasets are used for evaluation.

from propos.

XY-ATOE avatar XY-ATOE commented on June 17, 2024

Sorry, I missed >_<. So, could you provide the configs or pretrain models of other datasets?

from propos.

Hzzone avatar Hzzone commented on June 17, 2024

You can change the config on CIFAR-20, and the data augmentation.

from propos.

XY-ATOE avatar XY-ATOE commented on June 17, 2024

I used resnet18 to train imagenet-dogs and I got acc is 0.63. could I directly replace resnet18 with resnet34 if I need to train resnet34 on the dataset. The acc I get from doing this is only 0.58.

from propos.

Hzzone avatar Hzzone commented on June 17, 2024

Could you post the configs you have used? I will update the configs with R34 if time is available.

from propos.

XY-ATOE avatar XY-ATOE commented on June 17, 2024

I only changed backbone and image size basised on CIFAR20_R18 config.

batch_size: 64
num_devices: 2
momentum_base: 0.996
momentum_max: 1.0
momentum_increase: true
dataset: imagenet-dog
eval_metric:
  - nmi
  - acc
  - ari
whole_dataset: true
encoder_name: bigresnet34
epochs: 1000
feat_dim: 256
hidden_size: 4096
img_size: 96
lambda_predictor_lr: 10
learning_rate: 0.05
learning_eta_min: 0.
reassign: 1
save_freq: 50
save_checkpoints: true
shuffling_bn: true
symmetric: true
temperature: 0.5
use_gaussian_blur: false
warmup_epochs: 50
weight_decay: 0.0005
dist: true
data_resample: true
v2: true

model_name: propos
cluster_loss_weight: 0.1
latent_std: 0.001

wandb: false
project_name: 'clustering_archives'
entity: 'zzhuang'

from propos.

Hzzone avatar Hzzone commented on June 17, 2024

Update the pre-trained models and configs on imagenetdogs.

from propos.

Related Issues (18)

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.