Tag: scientific computing

  • Multi-core shell script

    > This can allow faster training (because you can have one batch being trained on each core of a multi-core processor, at the same time), but it also reduces the rounding errors.   In this case I didn’t do parallel training because I was too [self-denigration] to figure out how to wait until all 4 cores […]