30/03/2024 4:23 am
Topic starter
Notifications
Clear all
0
- When running the tutorial (cut & paste - no modifications), I am generating the following warning after executing the line of code ---
modSamna = x.XyloSamna(db, config, dt= dt)
and again after
mod = x.AFESamna(db, None, dt=dt, auto_calibrate=True, amplify_level='low', hibernation_mode=False)
[Graph] [warning] Graph is destroyed without any start! Graph is required to start manually to work.
- The next warning is after executing the following line of code:
modMonitor = x.XyloMonitor(db, config, dt=dt, output_mode=output_mode, amplify_level=amplify_level, hibernation_mode=hibernation, divisive_norm=DN)
rockpool/devices/xylo/syns61201/xa2_devkit_utils.py:1736: UserWarning: This devkit utils function should be replaced.
warn("This devkit utils function should be replaced.")
How are these resolved?