Vinayakumar Ravi

Results 15 issues of Vinayakumar Ravi

Generates the 'periods' error when we try to save checkpointer of epochs as well as model

When I tried to run the python classify.py image.png, giving the following error Using TensorFlow backend. content: Traceback (most recent call last): File "classify.py", line 74, in main() File "classify.py",...

python preprocess.py data/smiles_50k.h5 data/processed_50k.h5 Traceback (most recent call last): File "preprocess.py", line 85, in main() File "preprocess.py", line 72, in main apply_fn=lambda ch: np.array(map(one_hot_encoded_fn, File "preprocess.py", line 63, in create_chunk_dataset...

When I tried to run a program by executing python preprocess.py data/smiles_50k.h5 data/processed.h5. it is generating an error. The detailed error is attached in the image. How to correct this?...

I have checked the visualization source code available in the following link https://vecto.readthedocs.io/en/docs/tutorial/visualization.html I couldn't find the function in the vecto github. Obviously, we will get function not found error...

Theano is ver old. whether this code is avilable in Tesnorflow

I have data which has 50000 rows. In that 41 features and 23classes. Is it possible to apply dynamic mode decomposition. If so can you give an example for classifying...

could you please add an example for this.

I am trying to do 10 fold cross-validation accuracy.......so how to calculate each fold accuracy and average accuracy... The code is given below import numpy as np import os from...