Sparsh-Bansal

Results 3 issues of Sparsh-Bansal

Can i apply this pretrained model to summarize news articles into short sumaaries

While testing on giga word dataset ... i faced with this error Traceback (most recent call last): File "src/summarization.py", line 241, in tf.app.run() File "C:\Users\spars\Anaconda3\envs\tensor_model\lib\site-packages\tensorflow\python\platform\app.py", line 40, in run _run(main=main,...

``` model = InferenceModel(RoIPoolModel(), 'models/RoIPoolModel.pth') ``` ```output = model.predict_from_file("images/Picture1.jpg")``` Model gives different scores on running the script for the same image two times in **multithreading** , that is a big...