-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Testing tf_web model export * removing pyright * Working version of taco dataset + initial build instructions * Created links to code4sac and the github project Added jupyter notebook files for new training as well as using existing training data * Adjusted new training jupyter notebook
- Loading branch information
Steven Hollingsworth
authored
Mar 19, 2022
1 parent
e206216
commit 550014e
Showing
28 changed files
with
1,047 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
**/node_modules | ||
./model | ||
./archive |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,6 @@ data | |
|
||
**/*.pyc | ||
.python-version | ||
**/*.zip | ||
pyrightconfig.json | ||
archive/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<template> | ||
<v-layout align-center justify-center> | ||
<svg class="icon" height="24" width="24" fill="currentColor"> | ||
<path | ||
d="m 5.6757812,1.3300781 c -1.9141587,0 -3.0234374,1.0863015 -3.0234374,2.9667969 v 3.7832031 c 0,2.1070689 -0.5273327,2.8550879 -2.16406255,3.1269529 v 1.564453 c 1.63671245,0.271883 2.16406255,1.040606 2.16406255,3.125 v 3.785157 c 0,1.880495 1.1093368,2.966797 3.0234374,2.966797 H 6.9511719 V 21.175781 H 6.5351562 c -1.3593242,0 -1.7460937,-0.339437 -1.7460937,-1.517578 v -4.101562 c 0,-1.880496 -0.7218772,-2.989046 -2.2753906,-3.578125 1.6922366,-0.543765 2.2753906,-1.4742 2.2753906,-3.5585941 V 4.3203125 c 0,-1.1781585 0.3867695,-1.5175781 1.7460937,-1.5175781 H 6.9511719 V 1.3300781 Z m 11.3691408,0 v 1.4726563 h 0.443359 c 1.387058,0 1.775391,0.339437 1.775391,1.5175781 V 8.421875 c 0,1.857821 0.721877,2.989046 2.27539,3.578125 -1.553513,0.566416 -2.27539,1.678098 -2.27539,3.558594 v 4.099609 c 0,1.178159 -0.388333,1.517578 -1.775391,1.517578 h -0.443359 v 1.472657 h 1.304687 c 1.941892,0 3.050782,-1.086302 3.050782,-2.966797 v -3.783203 c 0,-2.084395 0.528111,-2.855089 2.109375,-3.126954 V 11.207031 C 21.928519,10.935149 21.400391,10.166425 21.400391,8.0820312 V 4.296875 c 0,-1.8804954 -1.10889,-2.9667969 -3.050782,-2.9667969 z M 8.3710938,3.6484375 V 12.451172 H 8.359375 v 0.859375 h 0.011719 v 7.019531 h 1.7128902 v -2.367187 h 3.822266 v 2.390625 h 1.744141 v -2.390625 h 0.0039 v -0.859375 h -0.0039 V 8.6132812 h 0.0039 v -0.859375 h -0.0039 V 5.3242188 H 13.90625 V 7.7539062 H 10.083984 V 3.6484375 Z m 2.1523442,4.9648437 h 2.945312 l -1.472656,1.4687498 z m -0.439454,0.4355469 1.472657,1.4707029 -1.472657,1.46875 z m 3.822266,0.00195 v 2.9355468 l -1.470703,-1.466797 z m -1.910156,1.9062498 1.498047,1.494141 h -2.996094 z m -1.91211,1.46875 0.02344,0.02539 h -0.02344 z m 3.822266,0.0039 v 0.02148 h -0.02148 z m -3.822266,0.880859 h 0.0098 l -0.0098,0.01172 z m 0.431641,0 h 2.960937 l -1.480468,1.476562 z m 3.382813,0 h 0.0078 v 0.0098 z m -3.814454,0.445312 1.472657,1.46875 -1.472657,1.470703 z m 3.822266,0.002 v 2.935547 l -1.470703,-1.46875 z m -1.910156,1.904297 1.445312,1.441407 h -2.890625 z" | ||
/> | ||
</svg> | ||
</v-layout> | ||
</template> | ||
<script> | ||
export default { | ||
name: "code4sac", | ||
} | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.