-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node matching error while using NNCF with Transformers-LT (fairseq) #1109
Comments
Could reproduce the original issue and it seems to be fixed in #1600. However, after that I experience another failure:
|
@vshampor , is it still valid? If yes, any idea about the second failure? |
Still reproduces as of today with the second failure, investigating. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seeing a node matching error (logs attached) while using NNCF with a Transformer model based on the fairseq implementation:
error_logs_nncf.txt
Steps to replicate the issue:
git clone https://github.com/mit-han-lab/hardware-aware-transformers.git
cd hardware-aware-transformers
pip install --editable .
pip install -U torch==1.9.1
pip install nncf
bash configs/wmt14.en-de/get_preprocessed.sh
git apply nncf_diff.txt
(nncf_diff.txt)
python train.py --configs=configs/wmt14.en-de/subtransformer/HAT_wmt14ende_raspberrypi@[email protected] --sub-configs=configs/wmt14.en-de/subtransformer/common.yml --validate-subtransformer --cpu
The text was updated successfully, but these errors were encountered: