mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
fix: set torch seed in doc
This commit is contained in:
@@ -9,6 +9,7 @@ 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