You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the MLP trainer we see that it is looking for hard coded 64 layers and is not able to find those layers.
We see that the files which are being looked at are - mlp_x_43.mmap which do not exist for the smaller models.
Can this hard coding be fixed ?
It will be great if you can take a look at this.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
We are trying to train MLP layers for reproducing results for the OPT model.
We followed the instructions provided in /sparse_predictor/Readme.md.
When running the MLP trainer we see that it is looking for hard coded 64 layers and is not able to find those layers.
We see that the files which are being looked at are -
mlp_x_43.mmap
which do not exist for the smaller models.Can this hard coding be fixed ?
It will be great if you can take a look at this.
Thank you.
The text was updated successfully, but these errors were encountered: