mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-10 04:35:03 -05:00
feat: use signed weights in compile_torch_model
This commit is contained in:
@@ -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"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user