ViniciusMikuni / CaloScore

4 stars 0 forks source link

ValueError: negative dimensions are not allowed #1

Closed OswaldoBornemann closed 1 year ago

OswaldoBornemann commented 1 year ago

Hi, i tried to run CaloScore using config_dataset1.json, the error happened as below:

Traceback (most recent call last):
  File "train.py", line 118, in <module>
    model(np.zeros((1,dataset_config['SHAPE'][0])),np.zeros((1,1)))
ValueError: negative dimensions are not allowed