-
See [commit details](https://github.com/huggingface/diffusers/commit/531e719163d2d7cf0d725bb685c1e8fe3393b9da) in [diffusers](https://github.com/huggingface/diffusers)
Ignore this commit *temporari…
XSE42 updated
5 months ago
-
```
{'mid_block_add_attention', 'use_quant_conv', 'scaling_factor', 'force_upcast', 'shift_factor', 'latents_std', 'use_post_quant_conv', 'latents_mean'} was not found in config. Values will be initi…
-
I am currently looking for CNN training tools for windows with c++. dlib seems to be a good choice as the example clearly illustrate how ResNet is implemented.
However, I am looking for application…
-
https://github.com/broadinstitute/keras-resnet/blob/898a1ee417e940ff12bf73ad44c2aae88501771f/keras_resnet/models/_3d.py#L77
https://github.com/broadinstitute/keras-resnet/blob/898a1ee417e940ff12bf73a…
-
Running the train_and_infer.yml config file adapting the input and output paths, returns the following errors:
```pytb
11/29/2024 03:17:14 PM INFO - Loading configs
Traceback (most recent call la…
-
The paper below uses a 3D ResNet CNN. But not sure what's the score.
https://www.kaggle.com/rftexas/gpu-parallel-training-3d-resnet-cnn
-
I must use tensorflow 2.14.0 for my work. But when I run it show the folowing error :
```
from .models import create_model, create_model_2_model_padding, create_model_2_model, create_model_2_model…
-
~/# accelerate launch train_stage_2.py --config configs/train/stage2.yaml
The following values were not passed to `accelerate launch` and had defaults used instead:
`--num_processes` was set…
-
Hi!
Can I directly test my custom dataset on pretrianed model?
My console shows below error:
run
target_transform;
dataset loading [0/3783]
dataset loading [1000/3783]
dataset loading […
-
Hello,
I was trying to train resnet-50 from scratch on UCF101 split 1.
but my validation accuracy(clip) is only about 40%.
The accuracy is also 40% on resnet-18 which is trained from scratch.
Is …