ParticleNet icon indicating copy to clipboard operation
ParticleNet copied to clipboard

Implementation of the jet classification network in ParticleNet: Jet Tagging via Particle Clouds

Results 4 ParticleNet issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/42999008/216231208-39e67a6c-7640-423c-8264-743e5e54e713.png) 您好,我尝试运行此代码时,在训练结束后,出现这个错误,我在元旦之前运行的时候是没问题的,现在有了这个问题。我也尝试重新装个环境,运行还是这样的问题,请问一下该如何解决呢

我在B站上看了您分享的粒子分类挑战赛的解决方案,十分感兴趣,想请问一下您是否可以分享一下源码,我想作进一步的研究 非常感谢

Hi, I'm trying to run your code locally and incountered the following error while the model initialization: ValueError: Output tensors to a Model must be the output of a TensorFlow...

Hi, I'm trying to run your code locally and encountered the following error : --------------------------------------------------------------------------- ValueError Traceback (most recent call last) Cell In[21], line 2 1 train_dataset.shuffle() ----> 2 model.fit(train_dataset.X,...