migalkin / rambo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Organization, Immediate Todos

geraltofrivia opened this issue · comments

From Notebooks to Py Files

  1. Take away loops from notebooks (duh!)
    1. WandB is an optional parameter
    2. Closer to MyTorch loop in structure
    3. Training evaluation is a flag
  2. Model Saving
  3. Files for
    1. TransE on WD237k, FB15k

Update:

  1. Loop(s) is stowed away in a file, well documented and extensible.
    i. WandB IS an optional parameter
    ii. Much closer to MyTorch loop
    iii. Training Eval is a flag.
  2. No update
  3. Also done. Need to have another OCD moment here.