HCareLou

Results 7 issues of HCareLou

The fact that such an excellent project has many unimplemented APIs and is no longer being maintained is regrettable.

``` m = torch.nn.Conv2d(3, 64, 7, 2, 3, bias=False).cuda() for i in range(1000000): x = torch.randn(1, 3, 224, 224, dtype=torch.float).cuda() y = m.forward(x) ``` ![image](https://github.com/dotnet/TorchSharp/assets/55724885/0b77a6c7-1938-43d6-a4ee-acbb178cffed) ``` var m=TorchSharp.torch.nn.Conv2d(3, 64, 7,...

![image](https://github.com/dotnet/TorchSharp/assets/55724885/87448f8c-6a05-44f2-a6d7-15a2a549c1e1) ![image](https://github.com/dotnet/TorchSharp/assets/55724885/83bdcdfa-be1b-4d12-91ee-abf6746a7e7c) ![image](https://github.com/dotnet/TorchSharp/assets/55724885/9f6c9fa3-3a8e-4bf9-bf3f-e2e3924d18c6) In TorchSharp, I defined a model that contains nn.Sequential cv4. However, when I obtained the state_dict of the entire model, the dictionary for cv4 was missing, which...

Lately, I have been trying to migrate features from Thop to TorchSharp, and in the process, I have discovered several attribute omissions in specific model components: The properties related to...

**Information** - OS: [Windows] - Version: [0.49.2-preview.0.7] - Terminal: [Windows Terminal] **Describe the bug** ![image](https://github.com/spectreconsole/spectre.console/assets/55724885/fb7f63de-c4cd-45a5-bef5-6bd109cda44c) When the front string is too long, the console updates, and part of the tail...

bug
needs triage

### Overview In actual projects, there is often a requirement to record the old and new values of an attribute when its value changes (e.g., monitoring personnel changing parameters in...

feature request :mailbox_with_mail:

![image](https://github.com/dotnet/TorchSharp/assets/55724885/139c8685-9921-4650-9f86-cffdf152b709) Here are two Tensor fields, which are just regular fields. However, after calling RegisterComponents(), TorchSharp will turn these two fields into parameters. Could you add an attribute to mark...