vobecant
commited on
Commit
•
55a1600
1
Parent(s):
6560f0c
Initial commit.
Browse files- .idea/workspace.xml +10 -3
- requirements.txt +1 -1
.idea/workspace.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
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$/
|
6 |
</list>
|
7 |
<option name="SHOW_DIALOG" value="false" />
|
8 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
@@ -50,7 +50,7 @@
|
|
50 |
<option name="number" value="Default" />
|
51 |
<option name="presentableId" value="Default" />
|
52 |
<updated>1647350746642</updated>
|
53 |
-
<workItem from="1647350750956" duration="
|
54 |
</task>
|
55 |
<task id="LOCAL-00001" summary="Initial commit.">
|
56 |
<created>1647352693910</created>
|
@@ -94,7 +94,14 @@
|
|
94 |
<option name="project" value="LOCAL" />
|
95 |
<updated>1647354226094</updated>
|
96 |
</task>
|
97 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
<servers />
|
99 |
</component>
|
100 |
<component name="TypeScriptGeneratedFilesManager">
|
|
|
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$/requirements.txt" beforeDir="false" afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
|
6 |
</list>
|
7 |
<option name="SHOW_DIALOG" value="false" />
|
8 |
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
|
50 |
<option name="number" value="Default" />
|
51 |
<option name="presentableId" value="Default" />
|
52 |
<updated>1647350746642</updated>
|
53 |
+
<workItem from="1647350750956" duration="4786000" />
|
54 |
</task>
|
55 |
<task id="LOCAL-00001" summary="Initial commit.">
|
56 |
<created>1647352693910</created>
|
|
|
94 |
<option name="project" value="LOCAL" />
|
95 |
<updated>1647354226094</updated>
|
96 |
</task>
|
97 |
+
<task id="LOCAL-00007" summary="Initial commit.">
|
98 |
+
<created>1647355534027</created>
|
99 |
+
<option name="number" value="00007" />
|
100 |
+
<option name="presentableId" value="LOCAL-00007" />
|
101 |
+
<option name="project" value="LOCAL" />
|
102 |
+
<updated>1647355534027</updated>
|
103 |
+
</task>
|
104 |
+
<option name="localTasksCounter" value="8" />
|
105 |
<servers />
|
106 |
</component>
|
107 |
<component name="TypeScriptGeneratedFilesManager">
|
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
torch
|
2 |
torchvision
|
3 |
-
|
4 |
timm
|
5 |
yaml
|
6 |
einops
|
|
|
1 |
torch
|
2 |
torchvision
|
3 |
+
pillow
|
4 |
timm
|
5 |
yaml
|
6 |
einops
|