Mudassar Liaq
Mudassar Liaq
python vsum_train.py --dataset datasets/eccv16_dataset_tvsum_google_pool5.h5 --max-epochs 60 --hidden-dim 256 WARNING (theano.tensor.blas): Using NumPy C-API based implementation for BLAS functions. [29/06/2018 02:57:38] model options: {'disp_freq': 1, 'optimizer': 'adam', 'regularizer': 'L2', 'U_init': 'normal',...
Hi , Can u add some config details in readme about the packages u have used and version that can help me and other users to configure this project easily...
@neelkshah any info ?
> > It looks like you have already converted to tf.SparseTensor before passing to the convert function. I'm sharing a gist with the whole training code: https://gist.github.com/Falcatrua/fc4ed4d2cb33f08acf54bdf12c45d641 > > Check...