Spaces:
Runtime error
Runtime error
Update graph_decoder/diffusion_model.py
Browse files
graph_decoder/diffusion_model.py
CHANGED
|
@@ -25,6 +25,9 @@ class GraphDiT(nn.Module):
|
|
| 25 |
|
| 26 |
def disable_grads(self):
|
| 27 |
pass
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
|
| 30 |
# class GraphDiT(nn.Module):
|
|
|
|
| 25 |
|
| 26 |
def disable_grads(self):
|
| 27 |
pass
|
| 28 |
+
|
| 29 |
+
def generate(self, properties, guide_scale, num_nodes, number_chain_steps):
|
| 30 |
+
pass
|
| 31 |
|
| 32 |
|
| 33 |
# class GraphDiT(nn.Module):
|