Spaces:
Runtime error
Runtime error
Update model_arch/SRMNet.py
Browse files- model_arch/SRMNet.py +2 -0
model_arch/SRMNet.py
CHANGED
|
@@ -223,3 +223,5 @@ if __name__ == "__main__":
|
|
| 223 |
print('parameters:', params/1e6)
|
| 224 |
print('flops', flops/1e9)
|
| 225 |
print('output shape', out.shape)
|
|
|
|
|
|
|
|
|
| 223 |
print('parameters:', params/1e6)
|
| 224 |
print('flops', flops/1e9)
|
| 225 |
print('output shape', out.shape)
|
| 226 |
+
|
| 227 |
+
|