Spaces:
Sleeping
Sleeping
Commit
·
26fb7eb
1
Parent(s):
1d9d739
Subindo arquivos7
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import os
|
|
| 4 |
import json
|
| 5 |
import pandas as pd
|
| 6 |
|
| 7 |
-
|
| 8 |
def count_layers(model_state):
|
| 9 |
layer_types = {'weight': 0, 'bias': 0, 'running_mean': 0, 'running_var': 0}
|
| 10 |
total_parameters = 0
|
|
|
|
| 4 |
import json
|
| 5 |
import pandas as pd
|
| 6 |
|
| 7 |
+
##
|
| 8 |
def count_layers(model_state):
|
| 9 |
layer_types = {'weight': 0, 'bias': 0, 'running_mean': 0, 'running_var': 0}
|
| 10 |
total_parameters = 0
|