Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ st.write("""
|
|
| 42 |
- **Exercise**: Build and train a simple GAN to generate synthetic images. Use a dataset like MNIST to generate handwritten digits.
|
| 43 |
|
| 44 |
10. **Deploying PyTorch Models**
|
| 45 |
-
- **Exercise**: Learn how to save, load, and deploy PyTorch models. Create a simple web application using
|
| 46 |
""")
|
| 47 |
|
| 48 |
# Conclusion
|
|
|
|
| 42 |
- **Exercise**: Build and train a simple GAN to generate synthetic images. Use a dataset like MNIST to generate handwritten digits.
|
| 43 |
|
| 44 |
10. **Deploying PyTorch Models**
|
| 45 |
+
- **Exercise**: Learn how to save, load, and deploy PyTorch models. Create a simple web application using Steamlit to serve a trained model for inference.
|
| 46 |
""")
|
| 47 |
|
| 48 |
# Conclusion
|