From 71f1b738bf8225b12645b5a041ae161927044195 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 05:24:11 +0000 Subject: [PATCH] Add changes --- _data/containers.yaml | 8 +- _data/repos.yml | 1227 +- .../Singularity | 13 + assets/js/repos.js | 34276 ++++++++-------- 4 files changed, 17890 insertions(+), 17634 deletions(-) create mode 100644 _recipes/unibas-gravis/parametric-face-image-generator/Singularity diff --git a/_data/containers.yaml b/_data/containers.yaml index 5fe5ea68..2b29113f 100644 --- a/_data/containers.yaml +++ b/_data/containers.yaml @@ -1,5 +1,5 @@ bases: -- count: 1927 +- count: 1928 name: ubuntu - count: 430 name: nvidia/cuda @@ -1974,7 +1974,7 @@ bases: - count: 1 name: nitesh1989/biocparallel-example bootstraps: -- count: 6272 +- count: 6273 name: docker - count: 472 name: shub @@ -2909,7 +2909,7 @@ orgs: name: nitesh1989 tags: latest: 683 - other: 5824 + other: 5825 versions: /nrs/funke/singularity/linajea/pylp_base: v1.5.img: 1 @@ -5471,7 +5471,7 @@ versions: '12.04': 1 '14.04': 37 14.04.5: 1 - '16.04': 311 + '16.04': 312 '16.10': 3 '17.04': 8 '17.10': 4 diff --git a/_data/repos.yml b/_data/repos.yml index 43787b01..d1cbd75e 100644 --- a/_data/repos.yml +++ b/_data/repos.yml @@ -12224,10 +12224,10 @@ COMBINE-lab/usefulaf: - docker/Singularity.def full_name: COMBINE-lab/usefulaf latest_release: null - readme: '

Usefulaf: - An all-in-one Docker/Singularity image for single-cell processing with alevin-fry

+ readme: '

Usefulaf: An all-in-one + Docker/Singularity image for single-cell processing with alevin-fry

Usefulaf is an all-in-one Docker/Singularity image for single-cell processing with Alevin-fry( -

Usefulaf - history

+

Usefulaf + history

Alevin-fry is a fast, accurate, and memory-frugal tool for preprocessing single-cell and single-nucleus @@ -15901,11 +15902,11 @@ DeepLearnPhysics/playground-singularity: data_format: 2 description: A repository with simple singularity recipes for tutorial purpose filenames: - - Singularity.ub16.04-step3 - - Singularity.ub16.04-step0 - Singularity.ub16.04-step2 - - Singularity.ub16.04-step1 - Singularity.ub16.04-step4 + - Singularity.ub16.04-step3 + - Singularity.ub16.04-step1 + - Singularity.ub16.04-step0 full_name: DeepLearnPhysics/playground-singularity latest_release: null readme: '

http://mikado.readthedocs.org/

\n\

Installation

\n

Mikado can be installed from\ - \ PyPI with pip:

\n

pip3 install mikado

\n

Alternatively,\ - \ you can clone the repository from source and install with:

\n
pip\
-    \ wheel -w dist .\npip install dist/*whl    \n
\n

You can verify\ - \ the correctness of the installation with the unit tests (outside of the\ - \ source folder, as otherwise Python will get confused and try to use the\ - \ Mikado source folder instead of the system installation):

\n\ -
python -c \"import Mikado; Mikado.test(); Mikado.test(label='slow')\"\
-    \n
\n

An alternative way of installing using setuptools:

\n\ -
pip install -r requirements.txt\npip install Cython\npython setup.py\
-    \ bdist_wheel\npip install dist/*whl\n
\n

The steps above will ensure\ - \ that any additional python dependencies will be installed correctly. A full\ - \ list of library dependencies can be found in the file requirements.txt

\n\ -

Additional dependencies

\n\ -

Mikado by itself does require only the presence of a database solution, such\ - \ as SQLite (although we do support MySQL and PostGRESQL as well).\nHowever, the\ - \ Daijin pipeline requires additional programs to run.

\n

For driving Mikado\ - \ through Daijin, the following programs are required:

\n\n\

The final training text is in tweets.txt which altogether is about 20,000 tweets.

\n\ -

Training

\n\ -

I trained the model twice, the first time for 30 epochs which took around 6\ - \ hours. The result was absolute garbage, at the time I hadn't removed hidden\ - \ or foreign characters so it took 6 hours to spit out complete nonsense. So after\ - \ I cleaned out the tweets again, I ran the training overnight for 50 epochs this\ - \ time.

\n

Just run the learn.py file to train it again if you want, the\ - \ model check points are stored in the 'training_checkpoints' folder

\n
python3\
-    \ learn.py\n
\n

Generating Tweets

\n

So now the fun part,\ - \ you can run the command:

\n
python3 trumpbot.py\n
\n\ -

This will generate 10 tweets from a random group of topics. If you open the\ - \ trumpbot.py file theres a few things you can play with:

\n
tweets\
-    \ - Number of messages you want generated\n\ntemperature - This controls how predictable\
-    \ the tweet will be, by \n    default its random from 0.1 -> 0.4, anything\
-    \ above about 0.7 generates\n    garbage.\n\ntalking_points - Is a list of inputs\
-    \ to feed the network, try out \n    differnt words and see what works.\n\nnum_generate\
-    \ - This controls the length of the message you want to\n     get generated.\n\
-    
\n

Result

\n\ +

Training

\n

I trained the model twice, the first time for 30\ + \ epochs which took around 6 hours. The result was absolute garbage, at the time\ + \ I hadn't removed hidden or foreign characters so it took 6 hours to spit out\ + \ complete nonsense. So after I cleaned out the tweets again, I ran the training\ + \ overnight for 50 epochs this time.

\n

Just run the learn.py file to train\ + \ it again if you want, the model check points are stored in the 'training_checkpoints'\ + \ folder

\n
python3 learn.py\n
\n

Generating\ + \ Tweets

\n

So now the fun part, you can run the command:

\n
python3\
+    \ trumpbot.py\n
\n

This will generate 10 tweets from a random group\ + \ of topics. If you open the trumpbot.py file theres a few things you can play\ + \ with:

\n
tweets - Number of messages you want generated\n\ntemperature\
+    \ - This controls how predictable the tweet will be, by \n    default its random\
+    \ from 0.1 -> 0.4, anything above about 0.7 generates\n    garbage.\n\ntalking_points\
+    \ - Is a list of inputs to feed the network, try out \n    differnt words and\
+    \ see what works.\n\nnum_generate - This controls the length of the message you\
+    \ want to\n     get generated.\n
\n

Result

\n\

For my first crack at text generation Im happy with the results. Here are some\ \ sample tweets:

\n
hillary Clinton has been a total disaster. If\
     \ you cant admit that \nthe U.S. more than has been treated big baster I am a\
@@ -199592,33 +199821,33 @@ wyattferguson/trumpbot-rnn:
     \ #MakeAmericaGreatAgain Thank you for your\n support! #Trump2016 \n\nkoreau like\
     \ you it was great being in the last election then will be\n a great show. I have\
     \ a fan o\n\nkoreau lies and losers and losers will be a great show with the U.S.\n\
-    \ The President has a various past c\n
\n

What I learned

\n