Yichen

Results 1 issues of Yichen

When I use the SpecGreedy in https://github.com/BGT-M/spartan2-tutorials/blob/master/SpecGreedy.ipynb as this: ``` # create a anomaly detection model sg = st.SpecGreedy(stensor) sg.run(bipartite=True, T=3) ``` It has error that: 1 # create a...