-
In the current example Resnet,
```
cog build
```
generates the following error logs:
```
Building Docker image from environment in cog.yaml as cog-resnet...
[+] Building 69.4s (14/14) FINISHED…
-
docker image: nvcr.io/nvidia/pytorch:24.08-py3
gpu: NVIDIA A100-SXM4-40GB
torch version: 2.5
cuda version: 12.06
```
git clone https://github.com/EdwardPooh/douzero-resnet-2.0.git
pip install …
-
Hello, IREE developers, I've seen a similar question asked before: https://github.com/iree-org/iree/issues/11573#issuecomment-1371128261, but it seems lack of further discussion.
Suppose we have a c…
-
~/MusePose# 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`…
-
~/# 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…
-
## Describe the bug
Following the guide https://clear.ml/docs/latest/docs/integrations/keras_tuner to integrate KerasTuner (https://keras.io/keras_tuner/) fails to work with an `ImportError`. Howev…
-
### What happened + What you expected to happen
I ran this torch fine-tuning resnet example: https://docs.ray.io/en/latest/train/examples/pytorch/pytorch_resnet_finetune.html
The full output is at…
-
**Docker: nvcr.io/nvidia/pytorch:24.06-py**3
pip uninstall nvidia-modelopt
pip install nvidia-modelopt==0.13.0
**command:**
python demo_txt2img_xl.py "enchanted winter forest, soft diffuse li…
-
I'm trying to reproduce the results for ResNet-110 on CIFAR 10.
I changed the lr schedule to the following to mimick the warm-up epoch:
` if epoch == 1 then
decay = 1
else
…
-
System Info
GPU: NVIDIA RTX 4090
TensorRT-LLM 0.13
quest 1: How can I use the OpenAPI to perform inference on a TensorRT engine model?
root@docker-desktop:/llm/tensorrt-llm-0.13.0/examples/apps# pyt…