HazyResearch / domino

Apache License 2.0
134 stars 24 forks source link

Problems with slicer code #14

Open andisantos opened 11 months ago

andisantos commented 11 months ago

Hello again! Thank you for updating the repository! The installation is working now!

Unfortunately I'm still facing the error regarding an unexpected keyword argument deep that I reported in #12 when I try to run the slicer.fit() function. The same error occurs when I plug my data on the available colab "01_intro.ipynb". Colab "01_intro.ipynb": image My environment: image

My data is stored as npy files and I followed your documentation at https://domino-slice.readthedocs.io/en/latest/apidocs/slice.html#domino.Slicer.fit

Could you help me to debug this or give me some thoughts for where should I look to solve the problem? Thank you!