Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TensorVision/TensorVision
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2
Choose a base ref
...
head repository: TensorVision/TensorVision
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 7 files changed
  • 3 contributors

Commits on Mar 1, 2017

  1. Replace graph with sess as the default entity.

    This is default in newer Tensorflow versions. Sess can now be initialized before the graph is build and the graph can be obtained using sess.graph. Hence the changes offers better workflow.
    MarvinTeichmann committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    05a2064 View commit details
    Browse the repository at this point in the history
  2. Make it possible to define user init functions.

    If an init function is defined in `hypes['init_function']` the corresponding function will be called instead of the default global initializer. This is important for finetuning.
    
    I am not to happy with the current implementation. I will think of a better way to generalize this.
    MarvinTeichmann committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    aa4b14d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. Configuration menu
    Copy the full SHA
    50486fe View commit details
    Browse the repository at this point in the history
  2. Fix Bug

    MarvinTeichmann committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    f922d8f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

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

Commits on May 26, 2017

  1. Typo fix (#60)

    JennyLeeStat authored and MarvinTeichmann committed May 26, 2017
    Configuration menu
    Copy the full SHA
    e3637ac View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

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