Skip to content

rockt/dl4nlp

Repository files navigation

dl4nlp

Compile PyTorch Slides

jupyter nbconvert \
  RemoveElements --TagRemovePreprocessor.remove_input_tags=\{\"Output\",\"TensorFlow\"\} \
  RemoveElements --TagRemovePreprocessor.remove_all_outputs_tags=\{\"Input\",\"TensorFlow\"\} \
  --to slides --post serve scratch.ipynb 

Compile TensorFlow Slides

jupyter nbconvert \
  RemoveElements --TagRemovePreprocessor.remove_input_tags=\{\"Output\",\"PyTorch\"\} \
  RemoveElements --TagRemovePreprocessor.remove_all_outputs_tags=\{\"Input\",\"PyTorch\"\} \
  --to slides --post serve scratch.ipynb 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published