Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experimental PR for moving to Python 3 and Tensorflow 2 #5

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Commits on Dec 27, 2020

  1. Configuration menu
    Copy the full SHA
    21ecc4e View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Run 2to3

    Ivan Andrus committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    9c632d6 View commit details
    Browse the repository at this point in the history
  2. Run tf_upgrade_v2

    Ivan Andrus committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    61bc94a View commit details
    Browse the repository at this point in the history
  3. Shell out to python3

    Ivan Andrus committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    2bff972 View commit details
    Browse the repository at this point in the history
  4. Try to fix some contrib.rnn

    Ivan Andrus committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    3b3f739 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. dbg

    Ivan Andrus committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    fdf5d43 View commit details
    Browse the repository at this point in the history
  2. dbg

    Ivan Andrus committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    ee95cdb View commit details
    Browse the repository at this point in the history
  3. whitespace

    Ivan Andrus committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    421ce2d View commit details
    Browse the repository at this point in the history
  4. whitespace

    Ivan Andrus committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    52f051e View commit details
    Browse the repository at this point in the history
  5. whitespace

    Ivan Andrus committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    50587f7 View commit details
    Browse the repository at this point in the history
  6. some debug fixes while moving from py2 to py3

    testing doesn't work. training works but missing
    pdflatex, so the training images don't render just yet
    Ubuntu authored and Ivan Andrus committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    c470fb8 View commit details
    Browse the repository at this point in the history
  7. Merge ianhauang0630/master

    This is supposed to fix the data generation problem
    Ivan Andrus committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    23d753e View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Add some notes about getting it to work

    Ivan Andrus committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    e5e7531 View commit details
    Browse the repository at this point in the history
  2. more

    Ivan Andrus committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    16c7db8 View commit details
    Browse the repository at this point in the history
  3. Work on getting synthetic data to work

    Ivan Andrus committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    e6e265e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Fix rendering of pictures

    Ivan Andrus committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    7e1b163 View commit details
    Browse the repository at this point in the history
  2. trailing whitespace

    Ivan Andrus committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    ed8ec92 View commit details
    Browse the repository at this point in the history
  3. trailing whitespace

    Ivan Andrus committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    d232d6a View commit details
    Browse the repository at this point in the history
  4. fixup

    Ivan Andrus committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    19e00ba View commit details
    Browse the repository at this point in the history
  5. Move past another problem

    Ivan Andrus committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    ed10f78 View commit details
    Browse the repository at this point in the history
  6. Ensure the extrapolations/ directory is created

    Ivan Andrus committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    652c2a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Fix some errors that were thrown when things don't work

    Ivan Andrus committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    039b979 View commit details
    Browse the repository at this point in the history
  2. Try to work around a file not existing

    Ivan Andrus committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    d597442 View commit details
    Browse the repository at this point in the history