From: Francois Fleuret Date: Sun, 24 Apr 2022 12:03:08 +0000 (+0200) Subject: Update. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=mygpt.git;a=commitdiff_plain;h=0368fffb6da510a7fd8a3070dd3df53476913630 Update. --- diff --git a/mygpt.py b/mygpt.py index 970ee7b..e6387bd 100755 --- a/mygpt.py +++ b/mygpt.py @@ -252,6 +252,7 @@ class TaskPicoCLVR(Task): def produce_results(self, n_epoch, model, nb_tokens = 50): img = [ ] nb_per_primer = 8 + for primer in [ 'red above green green top blue right of red ', 'there is red there is yellow there is blue ', diff --git a/picoclvr.py b/picoclvr.py index a194a1c..1013662 100755 --- a/picoclvr.py +++ b/picoclvr.py @@ -1,5 +1,10 @@ #!/usr/bin/env python +# Any copyright is dedicated to the Public Domain. +# https://creativecommons.org/publicdomain/zero/1.0/ + +# Written by Francois Fleuret + import torch, torchvision colors = [