wandb / examples

Example deep learning projects that use wandb's features.
http://wandb.ai
1.11k stars 291 forks source link

PyTorch Example to Generate Faces using DCGANs #350

Closed ishandutta0098 closed 1 year ago

ishandutta0098 commented 1 year ago

About the PR

Added an example notebook to Generate faces using DCGANs in PyTorch. A report for this is also available on the dashboard.

Colab Link Wandb Dashboard

Requesting Review

@soumik12345 @tcapelle

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

review-notebook-app[bot] commented 1 year ago

View / edit / reply to this conversation on ReviewNB

soumik12345 commented on 2022-12-21T18:05:33Z ----------------------------------------------------------------

Instead of downloading the dataset from dropbox, can you please keep them as an artifact under your WandB project and fetch it from there.


review-notebook-app[bot] commented 1 year ago

View / edit / reply to this conversation on ReviewNB

soumik12345 commented on 2022-12-21T18:05:34Z ----------------------------------------------------------------

Line #1.    !pip install -q --upgrade torch_snippets

Please keep all the pip installations under a single cell, separate from the cells containing python code.


review-notebook-app[bot] commented 1 year ago

View / edit / reply to this conversation on ReviewNB

soumik12345 commented on 2022-12-21T18:05:35Z ----------------------------------------------------------------

Line #1.    !mkdir cropped_faces

Please keep all the shell commands and pip installations under a single cell, separate from the cells containing python code.


_tcapelle commented on 2022-12-22T09:36:04Z_ ----------------------------------------------------------------

👍