question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Project Not Compiling

See original GitHub issue

when i try to compile using python vsum_train.py --dataset datasets/eccv16_dataset_tvsum_google_pool5.h5 --max-epochs 60 --hidden-dim 256

It gives following error

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 08:46:03] model options: {‘disp_freq’: 1, ‘optimizer’: ‘adam’, ‘regularizer’: ‘L2’, ‘U_init’: ‘normal’, ‘base_lr’: 1e-05, ‘train_dataset_path’: ‘datasets/eccv16_dataset_tvsum_google_pool5.h5’, ‘alpha’: 0.01, ‘max_epochs’: 60, ‘W_init’: ‘normal’, ‘weight_decay’: 1e-05, ‘distant_sim_thre’: 20, ‘ignore_distant_sim’: False, ‘decay_stepsize’: -1, ‘model_file’: None, ‘decay_rate’: 0.1, ‘hidden_dim’: 256, ‘input_dim’: 1024, ‘n_episodes’: 5} [29/06/2018 08:46:03] initializing net model Traceback (most recent call last): File “vsum_train.py”, line 158, in <module> train_dataset_path=args.dataset) File “vsum_train.py”, line 56, in train net = reinforceRNN(model_options) File “/home/ssong/campTest1/vsumm-reinforce/model_reinforceRNN.py”, line 40, in init init_state=None, init_memory=None, go_backwards=False File “/home/ssong/campTest1/vsumm-reinforce/theano_nets.py”, line 342, in init self.output = self.step(self.state_below) File “/home/ssong/campTest1/vsumm-reinforce/theano_nets.py”, line 396, in step go_backwards=self.go_backwards File “/home/ssong/.local/lib/python2.7/site-packages/theano/scan_module/scan.py”, line 1077, in scan scan_outs = local_op(*scan_inputs) File “/home/ssong/.local/lib/python2.7/site-packages/theano/gof/op.py”, line 615, in call node = self.make_node(*inputs, **kwargs) File “/home/ssong/.local/lib/python2.7/site-packages/theano/scan_module/scan_op.py”, line 546, in make_node inner_sitsot_out.type.dtype)) ValueError: When compiling the inner function of scan the following error has been encountered: The initial state (outputs_info in scan nomenclature) of variable IncSubtensor{Set;:int64:}.0 (argument number 1) has dtype float32, while the result of the inner function (fn) has dtype float64. This can happen if the inner function of scan results in an upcast or downcast.

using following python version Python 2.7.12

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
liaq192commented, Jun 29, 2018

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 . ( it may be obvious for some users but for someone like me would be very helpful) .

0reactions
XChuanLeecommented, Sep 7, 2018

Hi! I met the same problem, have you solved it? using following version: python: 2.7.12 theano:0.9.0

Read more comments on GitHub >

github_iconTop Results From Across the Web

Run does not compile project anymore - Visual Studio Feedback
In Visual Studio for Mac 8.7 (Community) Build 2037, the following scenario occurs 1. Open a Solution (mine has around 10 subprojects, (....
Read more >
C++ project not compiling, errors are in previously functioning ...
To solve this, I usually open the file in Visual Studio and Ctrl-click the identifier that the compiler error is complaining about.
Read more >
"Build Project" does not compile
In order to compile, I have to type test:compile in the sbt shell directly. This had happened in previous versions but I was...
Read more >
Project not compiling - Platform & Builds - Unreal Engine Forums
Hello, My project suddenly refuses to compile after I made some slight changes to a couple of classes. After starting the build it...
Read more >
Overleaf project not compiling on local machine - TeX
Overleaf project not compiling on local machine · It looks like the error occurs already while loading the preamble. If so, then please...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found