-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
training checkpoint - 5500 (1 hour on 3090) #1
Comments
@fenghe12 / @JaLnYn / @ChenyangWang95 In megaportaits I use custom resnet50 probably safer to switch that in because otherwise the model is going to just discard the updates???. I check in the morning. |
@johndpope is it just me or sonnet 3.5 machine learning code output is actually way more readable than opus ? feels like actual working code this time !!! |
something maybe not quite right. i train overnight. i change the code back to use 512x512 im seeing newer clearer images advancing in epoch 1 - even after a few more cycles - will udpate here later. i think by epoch 4 - probably going to be fairly decent. i add some tensorboard stuff - and surface the losses. UPDATE - Starting training again. UPDATE - i restart training - I change the generator to use resblocks - maybe will help recreate the image better. UPDATE - Sunday i give up training across celebA - UPDATE - Sunday night so had some battle with gradient explosions ending up having to add some accummulation steps in that helped stablize things looks like the learning rate is getting things into a minima.... UPDATE - i switch to use 256 because resnet50 cant return rich features 2048,7,7 for images less than 224x224. |
i had to rework the generator to use less layers / and use 64 x 64 image resizing.
The text was updated successfully, but these errors were encountered: