IdoWSC

Results 6 issues of IdoWSC

Hi, I have a problem running the demo: ImportError Traceback (most recent call last) in () 7 8 from hart.data import disp ----> 9 from hart.data.kitti.tools import get_data 10 from...

Hi, This is my suggested fix for issue #4 that will comply with py3.3+ and tf1.3+

Hi, I tried to use the weights converting script but I keep on getting the error: ` Traceback (most recent call last): File "/home/wscuser/efficientnet_keras/scripts/load_efficientnet.py", line 155, in import eval_ckpt_main File...

Hi, I ran pip install -U git+https://github.com/qubvel/efficientnet and received the following: Collecting git+https://github.com/qubvel/efficientnet Cloning https://github.com/qubvel/efficientnet to /tmp/pip-k06rtpj3-build Collecting keras_applications=1.0.7 (from efficientnet==1.0.0b3) Downloading https://files.pythonhosted.org/packages/71/e3/19762fdfc62877ae9102edf6342d71b28fbfd9dea3d2f96a882ce099b03f/Keras_Applications-1.0.8-py3-none-any.whl (50kB) 100% |████████████████████████████████| 51kB 11.2MB/s Collecting scikit-image...

# Brief Description After installing the package, when I import dovpanda I get a SyntaxError # System Information Windows OS IPython - Python version (required): 3.5.2 # Minimally Reproducible Code...

bug

--------------------------------------------------------------------------- NameError Traceback (most recent call last) Cell In[11], line 36 31 # Run the tone color converter 32 encode_message = "@MyShell" 33 tone_color_converter.convert( 34 audio_src_path=src_path, 35 src_se=source_se, ---> 36...