Skip to content

Commit 20c408a

Browse files
bfeinbergPatrick Xiao
andauthored
3.0b1 (#15)
* 3.0b1 Release --------- Co-authored-by: Patrick Xiao <[email protected]>
1 parent b30b365 commit 20c408a

File tree

390 files changed

+17074
-23050
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

390 files changed

+17074
-23050
lines changed

.gitignore

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
11
__pycache__/
2+
.hypothesis/
3+
4+
.pytest_cache/
25
*.py[cod]
36
*$py.class
47
*.o
58
*~
6-
helpers/__pycache__
7-
adc/adc_dac_inputs/
8-
training/console_output/
9-
training/cross_sim_models/
10-
training/sweep_results/
11-
training/weight_update_stats/
12-
inference/errorloop_outputs/
9+
applications/dnn/helpers/__pycache__
10+
applications/dnn/inference/adc/adc_dac_inputs/
11+
applications/dnn/inference/network_outputs/
12+
applications/dnn/training/console_output/
13+
applications/dnn/training/cross_sim_models/
14+
applications/dnn/training/sweep_results/
15+
applications/dnn/training/weight_update_stats/
16+
applications/dnn/inference/errorloop_outputs/
17+
tutorial/.ipynb_checkpoints/
18+
tutorial/params_64.json
19+
CrossSim.egg-info/
20+
venv/
21+
scratch/
22+
tests/behavioral_tests/logs/
23+
simulator/tests/logs/
24+
docs/sphinx/build
25+
.hypothesis/
26+
.DS_store
27+
.tox/
28+
.ruff_cache/
29+
.mypy_cache/
30+
.vscode/

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[submodule "cross_sim/data"]
2-
path = cross_sim/data
1+
[submodule "data"]
2+
path = applications/dnn/data
33
url = https://github.com/sandialabs/cross-sim-data.git
44
shallow = true
55
[submodule "pretrained_models"]
6-
path = pretrained_models
6+
path = applications/dnn/pretrained_models
77
url = https://github.com/sandialabs/cross-sim-models.git
88
shallow = true
Submodule data updated from 0000000 to 2ebec1f

0 commit comments

Comments
 (0)