Spaces:
Running
Running
Update model_arch/SRMNet_SWFF.py
Browse files
model_arch/SRMNet_SWFF.py
CHANGED
@@ -263,3 +263,5 @@ if __name__ == "__main__":
|
|
263 |
print('parameters:', params/1e6)
|
264 |
print('flops', flops/1e9)
|
265 |
print('output shape', out.shape)
|
|
|
|
|
|
263 |
print('parameters:', params/1e6)
|
264 |
print('flops', flops/1e9)
|
265 |
print('output shape', out.shape)
|
266 |
+
|
267 |
+
|