You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @mackncheesies,
I'm trying to run the 'eeg_data_implementation_results.ipynb' file in the EEG folder and I'm encountering problem. I get the following error:
ModuleNotFoundError Traceback (most recent call last)
[<ipython-input-33-e77ccc342ad6>](https://localhost:8080/#) in <cell line: 1>()
----> 1 from rancutils.tealearning import ConnectionHistory
2
3 cb = ConnectionHistory([(0, 0), (1, 0), (2, 0)], 'connections/', round_connections = True, make_gif = True)
ModuleNotFoundError: No module named 'rancutils.tealearning'
----> 1 from rancutils.simulator import simulator_conversion
2 from rancutils.tealearning import create_cores, create_packets
3 from rancutils.tealearning import tea_weight_initializer
4
5 def output_for_simulator(model, x_test, num_layers, labels, image_shape):
ImportError: cannot import name 'simulator_conversion' from 'rancutils.simulator' (/usr/local/lib/python3.10/dist-packages/rancutils/simulator.py)
Could you please let me know where I can obtain the rancutils.tealearning and rancutils.simulator libraries?
Thank you
The text was updated successfully, but these errors were encountered:
Hi @mackncheesies,
I'm trying to run the 'eeg_data_implementation_results.ipynb' file in the EEG folder and I'm encountering problem. I get the following error:
Could you please let me know where I can obtain the rancutils.tealearning and rancutils.simulator libraries?
Thank you
The text was updated successfully, but these errors were encountered: