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
I installed the Streaming Simulator and when I tried to run it I got the following error.
To reproduce
Start the Streaming Simulator.
Press "Simulate Run" with the default values.
Produces the error:
AttributeError: 'SimulationDataset' object has no attribute 'epoch_seed_change'
Traceback:
File "/my/project/.venv/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/exec_code.py", line 88, in exec_func_with_error_handling
result = func()
File "/my/project/.venv/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 579, in code_to_exec
exec(code, module.__dict__)
File "/my/project/.venv/lib/python3.10/site-packages/simulation/interfaces/sim_ui.py", line 411, in <module>
submit_jobs(shuffle_quality, dataset, time_per_sample, node_internet_bandwidth,
File "/my/project/.venv/lib/python3.10/site-packages/simulation/interfaces/sim_ui.py", line 114, in submit_jobs
for output in gen_sim:
File "/my/project/.venv/lib/python3.10/site-packages/simulation/interfaces/../core/main.py", line 109, in simulate
samples_per_node = dataset.get_samples_per_node(epoch, 0)
File "/my/project/.venv/lib/python3.10/site-packages/simulation/interfaces/../core/sim_dataset.py", line 367, in get_samples_per_node
partition = generate_work(self.batching_method, self, self.world, epoch, sample_in_epoch)
File "/my/project/.venv/lib/python3.10/site-packages/streaming/base/batching/__init__.py", line 45, in generate_work
return get(dataset, world, epoch, sample_in_epoch)
File "/my/project/.venv/lib/python3.10/site-packages/streaming/base/batching/random.py", line 49, in generate_work_random_batching
shuffle_units, small_per_big = dataset.resample_streams(epoch)
File "/my/project/.venv/lib/python3.10/site-packages/streaming/base/dataset.py", line 882, in resample_streams
epoch, self.epoch_seed_change)
Expected behavior
The Streaming Simulator produces a simulation.
Will the Streaming Simulator be maintained actively?
The text was updated successfully, but these errors were encountered:
I installed the Streaming Simulator and when I tried to run it I got the following error.
To reproduce
Produces the error:
Expected behavior
The Streaming Simulator produces a simulation.
Will the Streaming Simulator be maintained actively?
The text was updated successfully, but these errors were encountered: