-
can someone tell me whether these classification algorithms have the same training dataset? I mean if the Vgg, the Res2Net, and the other algorithms use the only dataset, ImageNet?
-
(py3.8) E:\TransCL-main\classification>python main_imagenet.py -a 'B_16_' -b 128 --image_size 384 --gpu 0 --lr 1e-3 --log_dir logs/transcl_384_imagenet_p32_01 --cs=1 --mm=1 --save_path=transcl_384_im…
-
## Background
We should also make sure that our documentation is kept up to date.
A scour through the open issues in this repo and also on [StackOverflow](https://stackoverflow.com/questions/tag…
-
I have files on my Google Drive that contain data.pkl which may be a pre-trained model, but I am unable to load it. Do you have any pre-trained models for classification on ImageNet that have been sa…
-
When I tried to run the demo of `7_imagenet_classification` as `th classify.lua`, I received the following error:
```
==> Loading network
Successfully loaded ./nin_imagenet.caffemodel
MODULE dat…
-
Would it be possible to have also greyscale ImageNet weights for the models along the lines described in Xie & Richmond?
> Xie, Y. and Richmond, D., “[Pre-training on grayscale ImageNet improves me…
-
https://image-net.org/challenges/LSVRC/index.php
I saw a lot of versions: 2010,2012, ...
![c9e027d9efbba4d3e219761846ca52e](https://github.com/ZrrSkywalker/CaFo/assets/63465970/46bd03a0-9c43-4c98-a3…
-
Thank you for yourcontribution,after get the format of miniimage dataset,i train it,but a error occurs as follow:
2022-03-04 18:21:39,431 - mmfewshot - INFO - Set random seed to 0, deterministic: Fal…
-
# category classification model
- first, recognize object's category
# entity classification model
- second, recognize entity in the category
# want to do
- entity linking only using imagene…
-
Hi, thanks for the great code!
I wonder do you have plans to support resuming from checkpoints for classification? As we all know, in terms of training ImageNet, the training process is really long…