baler-collaboration / baler

Repository of Baler, a machine learning based data compression tool
https://github.com/baler-collaboration/baler.github.io
Apache License 2.0
30 stars 26 forks source link

Added the numba for numpy data processing #326

Closed neogyk closed 8 months ago

exook commented 8 months ago

I'm running into this error when running "train"


Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/pekman/test/baler/baler/baler.py", line 66, in main
    check_enabled_profilers(
  File "/home/pekman/test/baler/baler/baler.py", line 125, in check_enabled_profilers
    return outer_function(lambda: inner_function(f, *args, **kwargs))()
TypeError: 'NoneType' object is not callable
exook commented 8 months ago

As we are moving to baler-api next week, I will merge this into that branch instead :) Thank you for the performance upgrade @neogyk !