ptran1203 / photorealistic_style_transfer

Photorealistic Style Transfer via Wavelet Transforms
25 stars 1 forks source link

execute test.py #2

Open lele-lulu opened 3 years ago

lele-lulu commented 3 years ago

Thank you for your great job ! could you please provide guidelines how to run test.py and how we could train the model from scratch ??

ptran1203 commented 3 years ago

hmm, my test.py only used to test if I config my model correctly.

If you want to run inference and train the model from scratch, please check my example notebook (I train this model in Google Colab).

I will add the training script and inference script to do these tasks easier.

lele-lulu commented 3 years ago

thank you :)