Scott Bryant

Results 31 comments of Scott Bryant

Thanks, @herobd. That was what I was trying to describe in the 2nd half of my query above. I ran it just with -c and -d and -g arguments and...

I'm using: IAM_weights/IAM_auto_2tight_newCTC/checkpoint-iteration60000.pth. (But I'm not partial to it. I have no clue what the difference is between one and the next.)

So I used the weights you pointed out above, and it just ran and ran--for 460 minutes until I just stopped it. No prompt, no readout (in my jupyter notebook),...

Thanks. There was no terminal output, except something regarding me terminating it (^C...). And -d is definitely not empty. Anyways, I have an update. I was setting -g to 0....

Okay. Sorry for the confusion. Two things. 1. -d _IS_ empty. It's just an empty folder named 'output'. That is, the argument after -d is the path to an empty...

@herobd, you said: > Try generating another way with the "R" option (single image, also need -s to point to style pickle) to see if you can get it to...

Thanks for the feedback. I put a bunch of print statements in generate.py. None printed out. I even put one on line 1, and it didn't print anything.

Sorry. I'm not familiar with that and googling didn't help me. I'm not sure what you're asking. 😿 What should I be looking for?

Okay. Please see if this is correct. I put ` > stdout.txt` at the end of my command line. Here is the content of the text file that was created:...

Thanks. Your reply helped me to finally track down that my problem had to do with using a jupyter notebook. I was expecting the prompting to show in the code...