vobecant
commited on
Commit
·
9923741
1
Parent(s):
5a3c3dc
Initial commit.
Browse files- .idea/workspace.xml +12 -3
- app.py +0 -1
.idea/workspace.xml
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<project version="4">
|
3 |
<component name="ChangeListManager">
|
4 |
-
<list default="true" id="5dd22f22-8223-4d55-99f9-57d1e00622d7" name="Default Changelist" comment="Initial commit."
|
|
|
|
|
5 |
<option name="SHOW_DIALOG" value="false" />
|
6 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
7 |
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
@@ -48,7 +50,7 @@
|
|
48 |
<option name="number" value="Default" />
|
49 |
<option name="presentableId" value="Default" />
|
50 |
<updated>1647350746642</updated>
|
51 |
-
<workItem from="1647350750956" duration="
|
52 |
</task>
|
53 |
<task id="LOCAL-00001" summary="Initial commit.">
|
54 |
<created>1647352693910</created>
|
@@ -120,7 +122,14 @@
|
|
120 |
<option name="project" value="LOCAL" />
|
121 |
<updated>1647355817619</updated>
|
122 |
</task>
|
123 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
<servers />
|
125 |
</component>
|
126 |
<component name="TypeScriptGeneratedFilesManager">
|
|
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<project version="4">
|
3 |
<component name="ChangeListManager">
|
4 |
+
<list default="true" id="5dd22f22-8223-4d55-99f9-57d1e00622d7" name="Default Changelist" comment="Initial commit.">
|
5 |
+
<change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
|
6 |
+
</list>
|
7 |
<option name="SHOW_DIALOG" value="false" />
|
8 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
9 |
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
|
50 |
<option name="number" value="Default" />
|
51 |
<option name="presentableId" value="Default" />
|
52 |
<updated>1647350746642</updated>
|
53 |
+
<workItem from="1647350750956" duration="5444000" />
|
54 |
</task>
|
55 |
<task id="LOCAL-00001" summary="Initial commit.">
|
56 |
<created>1647352693910</created>
|
|
|
122 |
<option name="project" value="LOCAL" />
|
123 |
<updated>1647355817619</updated>
|
124 |
</task>
|
125 |
+
<task id="LOCAL-00011" summary="Initial commit.">
|
126 |
+
<created>1647356180253</created>
|
127 |
+
<option name="number" value="00011" />
|
128 |
+
<option name="presentableId" value="LOCAL-00011" />
|
129 |
+
<option name="project" value="LOCAL" />
|
130 |
+
<updated>1647356180253</updated>
|
131 |
+
</task>
|
132 |
+
<option name="localTasksCounter" value="12" />
|
133 |
<servers />
|
134 |
</component>
|
135 |
<component name="TypeScriptGeneratedFilesManager">
|
app.py
CHANGED
@@ -88,7 +88,6 @@ def create_model(resnet=False):
|
|
88 |
window_stride = variant['inference_kwargs']["window_stride"]
|
89 |
dataset_kwargs = variant['dataset_kwargs']
|
90 |
net_kwargs = variant["net_kwargs"]
|
91 |
-
net_kwargs['n_cls'] = dataset_kwargs['nlabels']
|
92 |
|
93 |
dataset_kwargs = variant['dataset_kwargs']
|
94 |
|
|
|
88 |
window_stride = variant['inference_kwargs']["window_stride"]
|
89 |
dataset_kwargs = variant['dataset_kwargs']
|
90 |
net_kwargs = variant["net_kwargs"]
|
|
|
91 |
|
92 |
dataset_kwargs = variant['dataset_kwargs']
|
93 |
|