ProgramItUp

Results 7 issues of ProgramItUp

Anyone else having trouble training and reproducing example results for CelebA dataset? After training on the CelebA dataset for 500,000 iterations, or about 33 hours, with the default settings, I...

This is a great model, thanks for publishing it. After upgrading Tensorflow to version 1.2.0 with: `pip install tensorflow --upgrade` I'm getting the following error: ``` InvalidArgumentError (see above for...

Greetings, I'd like to create captions for my own images and save them in a .json similar to: http://msvocds.blob.core.windows.net/annotations-1-0-3/captions_train-val2014.zip with: images and annotations fields in the .json. As a quick...

After fixing #109 trying to train leads to a failure to find checkpoints. It seems related to #82 but the fixes for that have been completed. Any thoughts? ``` $...

I'm having trouble running your code and am getting the following error. Any thoughts of what might be wrong? Thanks. ``` $python main.py .... Extracting MNIST_data/train-images-idx3-ubyte.gz Traceback (most recent call...

The example on the [main page](https://github.com/lupantech/chameleon-llm) does not seem to work. Am I missing something? ``` pip install -r requirements.txt cd run_scienceqa python run.py \ > --model chameleon \ >...

After running the _train.sh with the default Config.py on a DGX-1 for about an hour I see that the CPU usage stays pretty constant at about 15%, and one GPU...