feat: use signed weights in compile_torch_model

This commit is contained in:
jfrery
2021-12-20 11:45:20 +01:00
committed by Jordan Fréry
parent 57bbb8feab
commit 65be1b0818
4 changed files with 14 additions and 4 deletions

View File

@@ -9,7 +9,6 @@ A simple command can compile a torch model to its FHE counterpart. This process
```python
from torch import nn
import torch
torch.manual_seed(0)
class LogisticRegression(nn.Module):
"""LogisticRegression with Torch"""