dkoshman commited on
Commit
67dd17c
1 Parent(s): 11c4819

added todo

Browse files
Files changed (1) hide show
  1. train.py +2 -0
train.py CHANGED
@@ -12,6 +12,8 @@ from pytorch_lightning import Trainer
12
  import torch
13
 
14
 
 
 
15
  def check_setup():
16
  # Disabling tokenizers parallelism because it can't be used before forking and I didn't bother to figure it out
17
  os.environ["TOKENIZERS_PARALLELISM"] = "false"
 
12
  import torch
13
 
14
 
15
+ # TODO: make label smoothing scale with random magnitude, generate photorealistic images with notebook background
16
+
17
  def check_setup():
18
  # Disabling tokenizers parallelism because it can't be used before forking and I didn't bother to figure it out
19
  os.environ["TOKENIZERS_PARALLELISM"] = "false"