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
Hello, I would like to ask a question about the MLP selection.
When I finishing running the commond 'python examples/t5-sst2-inf.py' and tries to run the commond 'python moefication/mlp_select_example.py', I get an error telling me that the file ‘results/t5-base//param_split/encoder.block.0.layer.1.DenseReluDense.wi.weight’ doesn't exist.
This error is from the line 203 in utils.py.
So, do I need to execute other scripts before executing mlp_select_example.py? Thanks. :)
The text was updated successfully, but these errors were encountered:
Hello, I would like to ask a question about the MLP selection.
When I finishing running the commond 'python examples/t5-sst2-inf.py' and tries to run the commond 'python moefication/mlp_select_example.py', I get an error telling me that the file ‘results/t5-base//param_split/encoder.block.0.layer.1.DenseReluDense.wi.weight’ doesn't exist.
This error is from the line 203 in utils.py.
So, do I need to execute other scripts before executing mlp_select_example.py? Thanks. :)
The text was updated successfully, but these errors were encountered: