这是indexloc提供的服务,不要输入任何密码
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: thunil/tempoGAN
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: thunil/tempoGAN
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev_TC
Choose a head ref
  • 9 commits
  • 4 files changed
  • 3 contributors

Commits on Oct 7, 2018

  1. added optional block data (ID) support for tile block creation

    added optional Label data support
    changed signatures of constructor, "addData" and "selectRandomTiles"
    renamed "low" and "high" to "main" and "scaled" data
    renamed "highIsLabel" option to "useScaledData", can now completely omit scaled data
    renamed "dim_t" param to "blockSize"
    changed "selectRandomTiles" return data format
    removed premade tiles option
    restructured addData input checks
    Erik Franz committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    32b4c92 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. syntax error fixes

    internal changes (block data handling in tile-cutting)
    fixes from testing
    updated test script
    Erik Franz committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    4d58ad2 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. added option to selectRandomTiles to remove unused (size=1) dimensions

    added function to extract data blocks from channels (as provided by fluiddataloader)
    renamed savePngsGrayscale to savePngs (as it is no longer grayscale only)
    added different data format support to image output (savePngs)
    savePngs now returns an updated imageCounter value
    fixed augmentation handling of block data
    fixes from testing
    
    paramhelper:
    implemented missing flush function for logger
    added error logger
    
    added a small guide for the TileCreator
    Erik Franz committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    97509e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

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

Commits on Nov 27, 2018

  1. TC

    added more tile and sim size checks to prevent invalid configurations
    added checks for valid scaleFactors and tile and sim sizes if scaled data is used
    added sim and tile size to info output
    bug fixes
    TESTING
    added timing
    added more options for data used
    catching TCErrors
    eftum committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    617cb32 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. TC

    bugfixes
    TESTING
    added option to use dummy data
    output formatting
    eftum committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    923c876 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

  1. TC

    fixed min valid step for offset calculation when using scaled data
    added shape formatting functions
    added more debug output
    bugfixes
    TESTING
    added test overview log
    eftum committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    451fb90 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. TC

    added tile size checks for data augmentation
    updated readme
    eftum committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    8148682 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    094f91d View commit details
    Browse the repository at this point in the history
Loading