-
Dear nnUNet - team,
I have trained a model on a cluster, but due to time constraints this training was aborted. I wanted to continue it by adding the --c flag to my SLURM-script:
`CUDA_VISIBLE_D…
-
Hi, thank you for the wonderful work.
I tried it on default `tiny yolov4 weights` and used `yolov4-tiny-relu-tpu.cfg` for conversion. I also used coco validation dataset for post-training quantizatio…
-
Converting a GPTQ HF-style checkpoint into FMS format requires proper handling of the GPTQ quantization parameters.
Q,K quantized weights are being row-permuted in the HF-to-FMS conversion ([examp…
-
Hello,
I want to ask how you obtained the pre-trained weights? Is it the conversion from the Tensorflow weights or did you get it by training your-self? I also want to ask that the paper separates…
-
Using 1GPU 1batchsize to reproduce the facades, there is a gap between the image conversion effect and the weight conversion effect provided. And my FID and IS are 119.3 and 1.55.
![图片](https://user-…
-
Platform (like ubuntu 16.04/win10): 16.04
Python version: 3.6
Source framework with version (like Tensorflow 1.4.1 with GPU):caffe 1.0
Destination framework with version (like CNTK 2.3 with G…
-
excuse me,when run train.py as follows:
rank_zero_deprecation(
Traceback (most recent call last):
File "/root/Sybil-main/scripts/train.py", line 415, in
train(args)
File "/root/Sybil-ma…
-
Hello,
I am getting an error while trying to convert a stylegan pytorch ada model (.pkl) to a pb using your instructions, I get this error:
`Loading networks from "../file.pkl"...
Traceback (most…
-
Hey,
I am trying to convert a trained darknet model for one class into a keras model. I am using the convert.py script and passed a valid cfg and weights file which work well in darknet testing. It…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…