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

Bug fix for: "ImportError: cannot import name 'FileWriter' from 'tensorboard'" #29

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

Commits on May 5, 2023

  1. Bug fix for

    ImportError: cannot import name 'FileWriter' from 'tensorboard'
    
    hanzhanggit#16
    soumensardar committed May 5, 2023
    Configuration menu
    Copy the full SHA
    f18de8a View commit details
    Browse the repository at this point in the history
  2. Support for Python3.8 and Python 2.7

    soumensardar committed May 5, 2023
    Configuration menu
    Copy the full SHA
    c59afae View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. - A script to generate custom dataset for StackGAN

    - Support for custom embedding pickle file
    soumensardar committed May 9, 2023
    Configuration menu
    Copy the full SHA
    1fef73c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    72b0aad View commit details
    Browse the repository at this point in the history
  2. - filenames and embedding is created

    soumensardar committed May 10, 2023
    Configuration menu
    Copy the full SHA
    07a6117 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. - Proper embeddings, classids, and filenames are generated

    - Pytorch version incompatibility error in compute_discriminator_loss()
    soumensardar committed May 11, 2023
    Configuration menu
    Copy the full SHA
    6bc6321 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. - Stage-1 and Stage-2 ran successfully

    soumensardar committed May 12, 2023
    Configuration menu
    Copy the full SHA
    55fb7ca View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. - code cleanup

    soumensardar committed May 15, 2023
    Configuration menu
    Copy the full SHA
    4799fba View commit details
    Browse the repository at this point in the history
  2. - install fasttext through conda

    soumensardar committed May 15, 2023
    Configuration menu
    Copy the full SHA
    8666e6f View commit details
    Browse the repository at this point in the history
  3. install pytorch through conda

    soumensardar committed May 15, 2023
    Configuration menu
    Copy the full SHA
    b0f5e17 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. - Doc update

    - Wrapper to create custom dataset
    - a few scripts to work on this project
    soumensardar committed May 16, 2023
    Configuration menu
    Copy the full SHA
    ba7c4c5 View commit details
    Browse the repository at this point in the history
  2. - script to check CUDA

    soumensardar committed May 16, 2023
    Configuration menu
    Copy the full SHA
    e7bad61 View commit details
    Browse the repository at this point in the history
  3. - script to check CUDA support version

    soumensardar committed May 16, 2023
    Configuration menu
    Copy the full SHA
    6737182 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. - Cuda checks

    - Doc update
    soumensardar committed May 19, 2023
    Configuration menu
    Copy the full SHA
    af3aaa3 View commit details
    Browse the repository at this point in the history
  2. - Generate data form sqlite

    soumensardar committed May 19, 2023
    Configuration menu
    Copy the full SHA
    39f7e6f View commit details
    Browse the repository at this point in the history
  3. -pascal voc tool update

    soumensardar committed May 19, 2023
    Configuration menu
    Copy the full SHA
    b7e3c82 View commit details
    Browse the repository at this point in the history
  4. - generate dataset form sqlite

    soumensardar committed May 19, 2023
    Configuration menu
    Copy the full SHA
    f2b27b7 View commit details
    Browse the repository at this point in the history
  5. configuration for Sixray500 stage-1

    soumensardar committed May 19, 2023
    Configuration menu
    Copy the full SHA
    d7fbb14 View commit details
    Browse the repository at this point in the history
  6. configuration for Sixray500 stage-2

    soumensardar committed May 19, 2023
    Configuration menu
    Copy the full SHA
    14f378d View commit details
    Browse the repository at this point in the history
  7. Retraining configuration for stage-1 with 1000 epoch

    soumensardar committed May 19, 2023
    Configuration menu
    Copy the full SHA
    2fa9fef View commit details
    Browse the repository at this point in the history
  8. Retraining configuration for stage-2 with 1000 epoch

    soumensardar committed May 19, 2023
    Configuration menu
    Copy the full SHA
    730de24 View commit details
    Browse the repository at this point in the history
  9. Retraining configuration for stage-2 with 1000 epoch

    soumensardar committed May 19, 2023
    Configuration menu
    Copy the full SHA
    e4ef52f View commit details
    Browse the repository at this point in the history
  10. configuration for 600 captions

    soumensardar committed May 19, 2023
    Configuration menu
    Copy the full SHA
    a04ff37 View commit details
    Browse the repository at this point in the history
  11. Stop config for finetune

    soumensardar committed May 19, 2023
    Configuration menu
    Copy the full SHA
    0b97033 View commit details
    Browse the repository at this point in the history
  12. Config for stage-2 600 captions

    soumensardar committed May 19, 2023
    Configuration menu
    Copy the full SHA
    fa2761b View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Experiment-3 1107 captions and 432 files

    soumensardar committed May 22, 2023
    Configuration menu
    Copy the full SHA
    e81d89b View commit details
    Browse the repository at this point in the history
  2. Experiment-3 1107 captions and 432 files, stage-2

    soumensardar committed May 22, 2023
    Configuration menu
    Copy the full SHA
    29705d2 View commit details
    Browse the repository at this point in the history
  3. Trainer image logging update

    soumensardar committed May 22, 2023
    Configuration menu
    Copy the full SHA
    7dcabf1 View commit details
    Browse the repository at this point in the history
  4. Setup config for experiment-3

    Stage2
    soumensardar committed May 22, 2023
    Configuration menu
    Copy the full SHA
    c307aa3 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. - support to train fasttext on caption dataset

    soumensardar committed May 23, 2023
    Configuration menu
    Copy the full SHA
    d0d93e6 View commit details
    Browse the repository at this point in the history
  2. - Updating scripts and configuration

    soumensardar committed May 23, 2023
    Configuration menu
    Copy the full SHA
    77b4fd2 View commit details
    Browse the repository at this point in the history
  3. - save image at last epoch

    soumensardar committed May 23, 2023
    Configuration menu
    Copy the full SHA
    1cd65cc View commit details
    Browse the repository at this point in the history
  4. - config for stage -1

    soumensardar committed May 23, 2023
    Configuration menu
    Copy the full SHA
    dc4f39d View commit details
    Browse the repository at this point in the history
  5. - config for stage -2

    soumensardar committed May 23, 2023
    Configuration menu
    Copy the full SHA
    2b8271a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. - config for stage -1 for 1347 captions

    soumensardar committed May 24, 2023
    Configuration menu
    Copy the full SHA
    9f39fd7 View commit details
    Browse the repository at this point in the history
  2. - one script for entire pipeline

    soumensardar committed May 24, 2023
    Configuration menu
    Copy the full SHA
    cf41c01 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. - generate test dataset

    - script to test
    soumentechnoexponent committed May 25, 2023
    Configuration menu
    Copy the full SHA
    5e6ba5b View commit details
    Browse the repository at this point in the history
  2. - testing script

    soumentechnoexponent committed May 25, 2023
    Configuration menu
    Copy the full SHA
    19eacbb View commit details
    Browse the repository at this point in the history
  3. - script update to generate data with fasttext encoding

    soumensardar committed May 25, 2023
    Configuration menu
    Copy the full SHA
    d46deaf View commit details
    Browse the repository at this point in the history
  4. - config update for express train and test

    soumensardar committed May 25, 2023
    Configuration menu
    Copy the full SHA
    7ec642c View commit details
    Browse the repository at this point in the history
  5. - increase epoch form 1 to 500

    soumensardar committed May 25, 2023
    Configuration menu
    Copy the full SHA
    cbe8d8c View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. - script generation update

    soumensardar committed May 26, 2023
    Configuration menu
    Copy the full SHA
    a827877 View commit details
    Browse the repository at this point in the history
  2. Preparing for training with 2183 caption 1000D

    soumensardar committed May 26, 2023
    Configuration menu
    Copy the full SHA
    5cf8a42 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. - config for 2500 captions

    soumensardar committed May 29, 2023
    Configuration menu
    Copy the full SHA
    0ab31e1 View commit details
    Browse the repository at this point in the history
  2. - Fasttext algorithm change

    soumensardar committed May 29, 2023
    Configuration menu
    Copy the full SHA
    c5d5af2 View commit details
    Browse the repository at this point in the history
  3. - Aspect ratio resize transform

    soumensardar committed May 29, 2023
    Configuration menu
    Copy the full SHA
    7b7ffc5 View commit details
    Browse the repository at this point in the history
  4. - cbow 2048D, 200 epoch, zdim 200

    soumensardar committed May 29, 2023
    Configuration menu
    Copy the full SHA
    58bafec View commit details
    Browse the repository at this point in the history
  5. - resize bug fix

    soumensardar committed May 29, 2023
    Configuration menu
    Copy the full SHA
    ad61d1e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. - config for cbow1024D no crop 2500 caption and zdim 100

    soumensardar committed May 30, 2023
    Configuration menu
    Copy the full SHA
    5829e84 View commit details
    Browse the repository at this point in the history
  2. - minimum caption length=3

    soumensardar committed May 30, 2023
    Configuration menu
    Copy the full SHA
    0a12f0d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    fffbd1e View commit details
    Browse the repository at this point in the history
  2. WIP for openai access

    soumensardar committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    33f7e1a View commit details
    Browse the repository at this point in the history
  3. Bulk OpenAPI embedding text processor

    soumensardar committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    b277140 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. - bulk caption loading

    soumensardar committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    ce01d5d View commit details
    Browse the repository at this point in the history
  2. - single caption loading

    soumensardar committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    30d7183 View commit details
    Browse the repository at this point in the history
  3. - Embedding and POC with OpenAI is done

    soumensardar committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    c01ca24 View commit details
    Browse the repository at this point in the history
  4. - file check in progress

    - ray parallel processing. lightning fast
    soumensardar committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    65022cf View commit details
    Browse the repository at this point in the history
  5. - config update for openai embedding

    - one epoch test
    soumensardar committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    310d355 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. - FP32 to FP64 auto adaption

    - successful run for OpenAI
    soumensardar committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    9695908 View commit details
    Browse the repository at this point in the history
  2. - experiment12

    soumensardar committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    c7660bb View commit details
    Browse the repository at this point in the history
  3. texts to captions

    soumensardar committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    4708a20 View commit details
    Browse the repository at this point in the history
  4. texts to captions

    soumensardar committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    af0752b View commit details
    Browse the repository at this point in the history
  5. - ready for experiment12

    soumensardar committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    fd44939 View commit details
    Browse the repository at this point in the history
  6. run with 1000 epoch openai embeddings

    soumensardar committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    e82cee4 View commit details
    Browse the repository at this point in the history
  7. ignore pycache

    soumensardar committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    41b47ec View commit details
    Browse the repository at this point in the history
  8. floating point precision control

    soumensardar committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    86d44f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. 11805 caption and 2381 images is available

    soumensardar committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    bf1f3ca View commit details
    Browse the repository at this point in the history
  2. config update for 2381 images

    soumensardar committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    d0fb9cc View commit details
    Browse the repository at this point in the history
  3. Prepare for SQLite data generation

    soumensardar committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    a9e4fe5 View commit details
    Browse the repository at this point in the history
  4. 32 batch size

    soumensardar committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    a049450 View commit details
    Browse the repository at this point in the history
  5. 16 batch size

    soumensardar committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    a3b6717 View commit details
    Browse the repository at this point in the history
  6. 64 batch size

    soumensardar committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    c31192a View commit details
    Browse the repository at this point in the history
  7. epoch 1000

    soumensardar committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    a40a7b6 View commit details
    Browse the repository at this point in the history
  8. - Generate test images during training

    - CUDA clean
    soumensardar committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    ec7d45a View commit details
    Browse the repository at this point in the history
  9. - CUDA clean in test phase

    soumensardar committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    c859f7e View commit details
    Browse the repository at this point in the history
  10. - PYTORCH_CUDA_ALLOC_CONF

    soumensardar committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    aff251d View commit details
    Browse the repository at this point in the history
  11. - bug fix during memory cleaning

    soumensardar committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    c9d4d3b View commit details
    Browse the repository at this point in the history
  12. Fixing CUDA PyTorch Future deprecation waring

    soumensardar committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    1bd338e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

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

Commits on Jun 12, 2023

  1. - Hyperparameter double

    - One time test noise
    soumensardar committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    fc7804d View commit details
    Browse the repository at this point in the history
  2. - Hyperparameter double

    soumensardar committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    d70f377 View commit details
    Browse the repository at this point in the history
  3. - copy config

    soumensardar committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    3afcf2b View commit details
    Browse the repository at this point in the history
  4. - copy config

    soumensardar committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    50aeb70 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. - Finetune Experiment15.

    - Faster LR
    - GIT file adjustment
    soumensardar committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    213f178 View commit details
    Browse the repository at this point in the history
  2. - fix memory count

    soumensardar committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    58f1e98 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. - mild code update for WorkRNN models

    soumensardar committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    53e3081 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. - saving git checksum and generating a config

    soumensardar committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    fcb0a58 View commit details
    Browse the repository at this point in the history
  2. - config update

    soumensardar committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    ac85b9d View commit details
    Browse the repository at this point in the history
  3. buf gix

    soumensardar committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    c961de2 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. config for cnn-rnn word embedding

    soumensardar committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    42dbacf View commit details
    Browse the repository at this point in the history