Duong Tung Lam

Results 11 comments of Duong Tung Lam

I have come here to rescue you guys. This bug is because of conflict among version of onnx and the onnx torch use to export. By inspecting the [file](https://github.com/nerox8664/onnx2keras/blob/master/onnx2keras/layers.py#L18-L73) in...

> Thank you @dtlam26. I did as you said and added `'Resize': convert_upsample` to the dict. But, I couldn't change it's node_params. I get the following error > > `ValueError:...

> @dtlam26 when I convert the onnx model to the keras model I did as you said and added 'Resize': convert_upsample to the dict ValueError: The `size` argument must be...

A quick solve for this. If you look at the error raise in ['main python file'](https://coral.googlesource.com/mdt/+/refs/heads/master/mdt/main.py). You will see the problem is that you cant import **zeroconf** or **paramiko**. Please...

> while I installed jupyter lab 3.0.14 in conda, is it the problem? Yeah, I experience the same thing with conda installation, pip installation helps out

This is because the protoc is not authorize to run. Switch to run as administrator in Windows or give the protoc file `chmod 777`

Fix by `sudo apt install xterm`. The package use the xterm as the console to print out result

You can use your own terminal as you wish by changing the `Terminal Start Command` in Atom's package configure. For example, I am using gnome: then I retype `xterminal` with...

**For: Can't provision more than one single cluster at a time** I believe this is caused as the graph is preloaded and havent successfully convert. Therefore, when you use jupyter...