Hmrishav Bandyopadhyay

Results 7 issues of Hmrishav Bandyopadhyay

Issue with the final stage of training : ``` python train.py \ ${PREFIX} \ --batchSize ${BSIZE0} \ --nThreads ${NWK} \ --update_part all \ --niter 10 \ ${EXTRA} ``` The issue...

In Python 3, dict.keys doesn't return a list, but something like a set that doesn't support indexing. To make indexing possible, it is necessary to convert that to a list.

Hi, This is a very minor issue--nevertheless, the rest of the repository working, I really wanted to have this fixed. This repository code at generating data is not python3 compatible.

https://github.com/eriklindernoren/PyTorch-GAN/blob/a163b82beff3d01688d8315a3fd39080400e7c01/implementations/acgan/acgan.py#L100 Later on we use Cross Entropy with this output--however, we need raw logits for cross entropy loss...Maybe change it to NLL loss?

Missing header fstream was added in DatasetReader.cpp

I am getting the following error while I try to build the project with make after build files have been written using Cmake. ` /home/hmrishav/DetectionSuite/DeepLearningSuite/DeepLearningSuiteLib/DatasetConverters/readers/DatasetReader.cpp: In member function ‘void DatasetReader::SetClasses(const...