es-ude / elastic-ai.creator

elastic ai.creator
MIT License
16 stars 2 forks source link

Basic example skeleton v2 #348

Closed LeoBuron closed 6 months ago

LeoBuron commented 6 months ago

Added an example folder for the creator. Put in an basic example for the skelton v2 with the use of a linear layer.

github-actions[bot] commented 6 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
3218 2771 86% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
elasticai/creator/vhdl/system_integrations/firmware_env5.py 97% 🟢
elasticai/creator/vhdl/system_integrations/firmware_env5_test.py 100% 🟢
elasticai/creator/vhdl/system_integrations/skeleton/skeleton.py 72% 🟢
TOTAL 90% 🟢

updated for commit: ad897c2 by action🐍

LeoBuron commented 6 months ago

We should consider having the Firmware and the Skeleton in a different folder. Maybe we should move the elasticai/creator/vhdl/system_integration folder to elasticai/system_integration. This way it would be clear that it is not part of the creator but still belongs to the elasticai ecosystem.