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: ruotianluo/ImageCaptioning.pytorch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: deep-learning-with-pytorch/ImageCaptioning.pytorch
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.
  • 12 commits
  • 15 files changed
  • 6 contributors

Commits on Dec 11, 2017

  1. Update README.md

    Add a reference to cheat some citations.
    ruotianluo authored Dec 11, 2017
    Configuration menu
    Copy the full SHA
    9c1dd52 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. saving to and loading from single h5 (#38)

    * saving to and loading from single hdf5
    
    * fixed the indexing
    
    * flak8
    
    * fixed paralle
    
    * changed function name
    
    * updated pre_process_script
    
    * fix for type
    
    * code cleanup
    
    * script added to convert old numpy files into h5 data
    ReyhaneAskari authored and ruotianluo committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    6b8a740 View commit details
    Browse the repository at this point in the history
  2. Change convert_old.py(no need to specify the feature size in advance,…

    … we can directly use the loaded array size to create dataset);
    
    remove prepro_process_script.sh
    ruotianluo committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    99de7af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    622b6a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Add model weights

    lantiga committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    49e8189 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Bump pytorch to 4.1 (#70)

    * Update to pytorch4.1
    
    * Refactor
    dmitriy-serdyuk authored and ruotianluo committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    0ff90bd View commit details
    Browse the repository at this point in the history
  2. Pytorch 4 (#71)

    * Update to pytorch4.1
    
    * Refactor
    
    * Fix dataloader
    
    * Change to item
    dmitriy-serdyuk authored and ruotianluo committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    7ad027f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2018

  1. Fix eval script with python3 and pytorch0.4 (#72)

    * Refactor
    
    * Fix typo
    dmitriy-serdyuk authored and ruotianluo committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    a1445e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. Merge pull request #1 from ruotianluo/master

    Update from master fork
    elistevens authored Mar 9, 2019
    Configuration menu
    Copy the full SHA
    8c5862e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

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

Commits on Apr 11, 2021

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

Commits on Jul 3, 2024

  1. Merge pull request #3 from johnrey1/master

    added check for GPU into eval.py
    elistevens authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    4cb53fd View commit details
    Browse the repository at this point in the history
Loading