Skip to content

Instantly share code, notes, and snippets.

View nausikt's full-sized avatar

Krittin Phornsiricharoenphant nausikt

  • CERN
  • Genève, Switzerland
View GitHub Profile
@nausikt
nausikt / parallel-training.nf
Created February 10, 2021 10:09
Example parallel training workflow
params.r = 2
params.batch_size = 32
params.seq_length = 32
params.bond_dim = 700
params.epochs = 50
@nausikt
nausikt / main.nf
Last active November 18, 2020 17:26
Example Applications level parallelism nextflow script.
nextflow.enable.dsl=2
params.iters = 100
params.nestedIters = 10
params.data = "/home/pawat/data"
process MonteCarlo {
cpus 1