We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OpenDriveLab/DriveLM#51
LLaMA-Adapter/llama_adapter_v2_multimodal7b/llama/llama_adapter.py
Line 185 in 521a09d
LLaMA-Adapter/llama_adapter_v2_multimodal7b/engine_finetune.py
Line 39 in 521a09d
It seems that C_loss and M_loss are the same variable. what exactly do C_loss and M_loss mean? and why do we distinguish between them?
Thank you.
The text was updated successfully, but these errors were encountered:
C_loss and M_loss stands for cross entropy loss and masked prediction loss, respectively. M_loss is never used in the current version of code.
Sorry, something went wrong.
No branches or pull requests
OpenDriveLab/DriveLM#51
LLaMA-Adapter/llama_adapter_v2_multimodal7b/llama/llama_adapter.py
Line 185 in 521a09d
LLaMA-Adapter/llama_adapter_v2_multimodal7b/engine_finetune.py
Line 39 in 521a09d
It seems that C_loss and M_loss are the same variable.
what exactly do C_loss and M_loss mean? and why do we distinguish between them?
Thank you.
The text was updated successfully, but these errors were encountered: