|
x_train_shared = np.ndarray(globals()['global_x_train_shape'], dtype = np.float64, buffer=globals()['global_x_train_shm'].buf) |
I tried to locally run it over Mac of ipynb file. However, it shows that "KeyError: 'global_x_train_shape'" in line 935 of LSBoost.py file. Do you know how to solve it?
Thank!
Level-Set-Boosting/LSBoost.py
Line 935 in 30643e9
I tried to locally run it over Mac of ipynb file. However, it shows that "KeyError: 'global_x_train_shape'" in line 935 of LSBoost.py file. Do you know how to solve it?
Thank!