Aluode's picture
Upload folder using huggingface_hub
3bb804c verified
{
"global_settings": {
"coupling": 70
},
"nodes": [
{
"id": 0,
"class_name": "QualiaDetectorNode",
"pos_x": -48.0,
"pos_y": -54.0,
"width": 480.0,
"height": 345.0,
"config": {
"inputs": {
"fast_latent": "spectrum",
"slow_latent": "spectrum"
},
"outputs": {
"qualia_intensity": "signal",
"prediction_error": "signal",
"error_fd": "signal",
"predicted_sensation": "spectrum"
},
"node_title": "Qualia Detector",
"history_length": 50,
"qualia_intensity": 0.0,
"error_fd": 1.0
}
},
{
"id": 1,
"class_name": "DualTimescaleEncoderNode",
"pos_x": 211.0,
"pos_y": -283.0,
"width": 200.0,
"height": 180.0,
"config": {
"inputs": {
"image_in": "image"
},
"outputs": {
"fast_latent": "spectrum",
"slow_latent": "spectrum",
"mismatch": "signal",
"fast_image": "image",
"slow_image": "image"
},
"node_title": "Dual Timescale Encoder",
"fast_dim": 8,
"slow_dim": 64,
"img_size": 64,
"slow_momentum": 0.9
}
},
{
"id": 2,
"class_name": "MediaSourceNode",
"pos_x": -34.0,
"pos_y": -276.0,
"width": 200.0,
"height": 180.0,
"config": {
"inputs": {},
"outputs": {
"signal": "signal",
"image": "image"
},
"input_data": {},
"node_title": "Source (Webcam)",
"device_id": 0,
"source_type": "Webcam",
"w": 160,
"h": 120,
"sample_rate": 44100,
"signal_output": 0.031356004901960784
}
},
{
"id": 3,
"class_name": "PhaseCouplingNode",
"pos_x": 480.0,
"pos_y": -273.0,
"width": 543.0,
"height": 411.0,
"config": {
"inputs": {
"fast_stream": "spectrum",
"slow_stream": "spectrum"
},
"outputs": {
"phase_coherence": "signal",
"coupling_strength": "signal",
"sync_event": "signal",
"desync_event": "signal",
"dominant_coupling": "signal"
},
"node_title": "Phase Coupling",
"history_length": 100,
"phase_coherence": 0.9987432360649109,
"coupling_strength": 0.9981026832379566,
"sync_event": 5e-324,
"desync_event": 0.0,
"dominant_coupling": 2.0,
"prev_coherence": 0.9987432360649109
}
}
],
"edges": [
{
"from_node_id": 1,
"from_port": "fast_latent",
"to_node_id": 0,
"to_port": "fast_latent"
},
{
"from_node_id": 1,
"from_port": "slow_latent",
"to_node_id": 0,
"to_port": "slow_latent"
},
{
"from_node_id": 2,
"from_port": "image",
"to_node_id": 1,
"to_port": "image_in"
},
{
"from_node_id": 1,
"from_port": "fast_latent",
"to_node_id": 3,
"to_port": "fast_stream"
},
{
"from_node_id": 1,
"from_port": "slow_latent",
"to_node_id": 3,
"to_port": "slow_stream"
}
]
}