christian
christian
### Prerequisites * [ ] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: *...
Hi, Thank you for your work. I have time series data of different features. This sobel analysis sounds interesting and better than the partial derivation or morris index. I'm wondering...
Hi, thank you so much for your code. I try to use the pretrained model fine-tuning on the other dataset. But I'm facing a problem. Do you have some idea...
Hi, thank you so much for your work. It inspires me a lot. As most of the LSTM use case is using the output of last time step and concatenate...
Hi, thank you so much for providing the code. I want to run it in my own dataset. I just set the batch size to 1 and even use 6...
### Search before asking - [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question Hi, I want to ask if there 's...
Thank you for the code, I want to know how to load ultralytics yolov8n model pt file to this architecture?
### Search before asking - [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question Hi, sorry to bother you again, I have...
I use this code to identify leaf node. class ModelInfo: def __init__(self, model: TorchModelReference): self.layer_list = torchinfo.summary(model._reference_model, model.batch_input_shape, verbose=0).summary_list def get_info_for_layer(self, layer_key) -> LayerInfo: return self._get_info(layer_key, self.layer_list, layer_key, self.layer_list[0]) def...
There is the following issue on this page: https://docs.pytorch.org/tutorials/beginner/audio_io_tutorial.html the page doesn't exist