Skip to content

ViskaWei/symnorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symmetric Norm Estimation and Regression on Sliding Windows

Vladimir Braverman, Viska Wei, Samson Zhou

Run from terminal

$ ./scripts/main.sh 

Use with SLURM

Run job interactively

$ srun -p v100 --gpus=1 --cpu-per-task=12 ./scripts/train.sh ...
  • -p: name of the partition of servers with GPUs
  • --gpus: number of GPUs to allocate to learning process
  • --cpu-per-task: number of CPU cores to allocate to learning process

Submit to the queue

Releases

No releases published

Packages

No packages published