Tsveti Iko
Results
2
issues of
Tsveti Iko
I needed to do the following changes in order to make it work for `tensorflow1.15` / `python3.6`: 1. In `/home/user/venv/tensorflow1.15/lib/python3.6/site-packages/onnx2keras/operation_layers.py`: ``` import numpy as np def convert_cast(node, params, layers, node_name,...
When I run ```lsfm -i ./input_dir -o ./output_dir``` I get the following error: ``` ... RuntimeWarning: invalid value encountered in true_divide C = np.dot(X, X.conj().T) / (n - 1) ......