A. Sharing the model may violate the dataset's license
B. The save method is incorrect
C. The model should be trained longer before saving
D. The filename 'my_model' is invalid
Solution
Step 1: Understand license restrictions on datasets
Some dataset licenses restrict sharing models trained on their data.
Step 2: Identify the problem with sharing the saved model
Sharing the model publicly may break the dataset's license terms.
Final Answer:
Sharing the model may violate the dataset's license -> Option A
Quick Check:
License restricts sharing trained model [OK]
Hint: Check dataset license before sharing trained models [OK]
Common Mistakes:
Thinking save method is wrong
Ignoring license restrictions on sharing
Focusing on training time or filename
5. You want to build a commercial AI app using a pre-trained model and a dataset. The model is under an open license, but the dataset requires attribution and prohibits commercial use. What is the best way to comply with copyright and IP rules?
hard
A. Ignore the dataset license because the model is pre-trained
B. Use the dataset without attribution since the model is open licensed
C. Use a different dataset that allows commercial use or get permission
D. Publish the app without mentioning the dataset license
Solution
Step 1: Analyze dataset license restrictions
The dataset prohibits commercial use and requires attribution, so you must respect these terms.
Step 2: Find a compliant solution
Using a dataset that allows commercial use or obtaining permission is the correct way to comply.
Final Answer:
Use a different dataset that allows commercial use or get permission -> Option C
Quick Check:
Respect dataset commercial use license [OK]
Hint: Choose datasets with commercial licenses or get permission [OK]