Agile Bean

Results 14 issues of Agile Bean

Hi, after training a model by ``` python scripts/make_style_dataset.py \``` --train_dir ~/packs-fns/train \ --val_dir ~/packs-fns/valid \ --output_file dataset1.h5 ``` I train the model by ``` th train.lua \ -h5_file dataset1.h5...

Hi, I have tried using the ResNet models for torch provided by the [Facebook distribution](https://github.com/facebook/fb.resnet.torch/tree/master/pretrained): ``` th slow_neural_style.lua -gpu 0 -use_cudnn 1 -content_image /home/rstudio/sync-fns/input/jessica_alba1.jpg -style_image /home/rstudio/sync-fns/styles/cloth5.jpg -output_image /home/rstudio/sync-fns/output/resnet101-1-cloth5.png -num_iterations 1000...

Dear lime contributors, thanks for your awesome work on this repository. Alas, I got an error that took me several days to figure out, and is reproducible: ``` explanation.lime

I am running train.py successfully on my local machine (Macbook Pro 16). Yet in Google Colabo, it seems to take an endless time so start the first epoch (the empty...

Executing train.py in Google Colabo throws two kinds of errors from multiprocessing. Here, it would be helpful to know whether these errors invalidate the results or are just informative. Command...

Dear deepfakes community, maybe you agree that this is one of the best github repositories - all contributors are active and respond to bugs fast, and care about problems and...

stylizeVideo_deepflow.sh runs smoothly without error message, i.e. produces out*.png files and the .mp4 file. However, the video displays is not stylized and it mainly a single color (here red) but...

help wanted
framework-issue

The documentation for `vi_permute()` says about option `parallel`: `Logical indicating whether or not to run vi_permute() in parallel (using a backend provided by the foreach package). Default is FALSE. If...

I used the workflow for the zoom personal meeting. It launches the zoom desktop app but I need to signin manually. **Describe the solution you'd like** Calling the workflow for...

Hi, this might be easy to fix, I am just missing a detail in the configuration. After installation without errors, the example code for sampling doesn't run. `python jukebox/sample.py --model=5b_lyrics...