tetsu-kikuchi

Results 5 comments of tetsu-kikuchi

FYI: I heard from my colleague that this error was circumvented by changing ``` self.detect = Detect(num_classes, 0, 200, 0.01, 0.45) ``` to ``` self.detect = Detect(num_classes, 0, 200, 0.01,...

Thanks to tf.searchsorted, we know in which bin the sample point resides. But we still do not know precisely where the sample point is within the bin. t = (u...

In my case, the following command solved the issue: `export DISPLAY=[your local IP address]:0.0` I connected from my PC to a remote GPU server (Ubuntu) via MobaXterm. I made a...

I am afraid that `non_lora_trainables.bin` will not be loaded by just setting trainer.train(resume_from_checkpoint=True), because `non_lora_trainables.bin` is a name only specific to LLaVA and is outside the scope of huggingface. Could...