Open TanYuChen1 opened 1 year ago
Hi @TanYuChen1 Thanks for creating this issue. Your error message appears to suggest that there were NaNs in one of the gradient histogram tensors.
Please note that I am no longer maintaining this repository. If I had the chance to work again in AVSR, I would probably start by porting everything here to Pytorch (+ e.g. Lightning) or Keras, in order to leverage the latest advancements in the space of ML frameworks.
Hi, Thank you for your open-source codes. I used my own dataset on your model but encountered a problem. In fact, I ran
extract_faces.py
andwrite_records_tcd.py
without any issues. The error message is as follows:Is this possibly caused by different data dimensions? Thanks a lot.