akida_examples
Brainchip Akida Neuromorphic System-on-Chip examples and documentation.
File Explorer
- .drone.yml
- dockerfile
- test_devices.sh
- llms.txt
- custom.css
- layout.html
- versions.html
- akida_apis.rst
- akida_models_apis.rst
- api_reference.rst
- cnn2snn_apis.rst
- quantizeml_apis.rst
- tenns_modules_apis.rst
- 1.0vs2.0_flow.png
- Akida_Neural_Processor.png
- akida_runtime.png
- brn.png
- comparing_3D_conv_block_designs.png
- download_icon.png
- example3Dconv.png
- exampleT2Sconv.png
- eye_tracking_block_description.png
- eye_tracking_causal_event_binning.png
- eye_tracking_model_figure.png
- eye_tracking_pixel_accuracy_euclidean.png
- eye_tracking_post_processing.png
- eye_tracking_valdata_gt_only_fast.mp4
- favicon.ico
- fifo_buffer.png
- headphones_icon.png
- image_icon.png
- kernel_distrib.png
- link_icon.png
- metatf.png
- MetaTF_logo.png
- off_the_shelf_flow.png
- onnx_input_conv2d.png
- overall_flow.png
- overall_onnx_flow.png
- paper_figure3.png
- pointcloud_icon.png
- sanitized_mbv4.png
- streaming_preds.mp4
- tenns_icon.png
- 1.0.rst
- 2.0.rst
- pico.rst
- akida.rst
- akida_models.rst
- cnn2snn.rst
- engine.rst
- quantizeml.rst
- user_guide.rst
- changelog.rst
- conf.py
- getting_started.rst
- index.rst
- installation.rst
- license.rst
- model_zoo_performance.rst
- power_number.rst
- plot_0_edge_learning_vision.py
- plot_1_edge_learning_kws.py
- plot_2_edge_learning_parameters.py
- README.rst
- plot_0_global_workflow.py
- plot_1_global_pytorch_workflow.py
- plot_2_akidanet_imagenet.py
- plot_3_ds_cnn_kws.py
- plot_4_regression.py
- plot_5_transfer_learning.py
- plot_6_voc_yolo_detection.py
- plot_7_segmentation.py
- README.rst
- plot_0_advanced_quantizeml.py
- plot_1_upgrading_to_2.0.py
- plot_2_off_the_shelf_quantization.py
- README.rst
- plot_0_introduction_to_spatiotemporal_models.py
- plot_1_eye_tracking_cvpr.py
- README.rst
- README.rst
- .gitignore
- CNAME
- CODEOWNERS
- EULA
- LICENSE
- README.md
- requirements.txt
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
autopep8
View Details ▼
autopep8
Format Python code according to the PEP 8 style guide.
autopep8 {{path/to/file.py}} --max-line-length {{length}}
Format a file to `stdout`, with a custom maximum line length:
autopep8 --diff {{path/to/file}}
Format a file, displaying a diff of the changes:
autopep8 --in-place {{path/to/file.py}}
Format a file in-place and save the changes:
sphinx-build
View Details ▼
sphinx-build
Sphinx documentation generator.
sphinx-build {{[-b|--builder]}} {{html|epub|text|latex|man|...}} {{path/to/source_directory}} {{path/to/build_directory}}
Build documentation:
sphinx-build {{[-b|--builder]}} {{html}} {{path/to/docs_directory}} {{path/to/build_directory}}
Build documentations intended for readthedocs.io (requires the sphinx-rtd-theme pip package):
// repository documentation
Was this content helpful?
(0 ratings)
