-
Hey,
I was running model evaluations on my own custom data-split for all models in the registry using:
```bash
python eval.py --gpus 0 --models --eval-settings custom_dataset
```
where `` comes …
-
Hi,
I'm trying to train classifier alexnet with imagenet dataset,
but I don't know how to prepare imagenet dataset.
Is there anyone who trained alexnet with imagenet dataset, can help me?
In ima…
-
Thank you for sharing, I really appreciate it.
I have tried your code and I find it easy to use the encoder you provided to get the expected result on mini-imagenet. However, when I use your clas…
-
```
python dinov2/eval/linear.py \
--config-file dinov2/configs/eval/vits14_pretrain.yaml \
--pretrained-weights ./models/dinov2_vits14_pretrain.pth \
--output-dir outputs \
--tra…
-
**Describe the bug**
I cannot quantize Mobilenetv3 from keras2 because the hard-swish activation fuction is implemented as a TFOpLambda.
**System information**
tensorflow version: 2.17
tf_ke…
-
### Which version of recognize are you using?
6.1.1
### Enabled Modes
Object recognition, Face recognition
### TensorFlow mode
Normal mode
### Downstream App
Memories App
### W…
-
I want to use the TiefVision, but I can not find the training database and the nin_imagenet.caffemodel mentioned in 1-split-encoder-classifier.lua? Help, please!
-
Hi there
I've retrained an image classifier using tensorflow ImageNet retraining sample.
I have my files
-{DIR}bottleneck
-{DIR}retrain_logs
-checkpoint
-output_graph.pb
-output_labels.txt…
-
The current [LogitsBehavior implementation](https://github.com/brain-score/model-tools/blob/87e0a0fb5aec46e6c2c4aae06a3eb2040752e52c/model_tools/brain_transformation/behavior.py#L34) assumes that the …
-
I have trained a best model by imagenet,but code repo has given does not have test option,so how can I use the model have trained to classifier pictures with labels?