Krishna Garg

Results 10 comments of Krishna Garg

This is how I derived it: ![image](https://user-images.githubusercontent.com/30385849/148305442-08c130f7-b187-4cb9-861f-790bb7d7f725.png)

Same question here, looks like flawed implementation for this part.

I was receiving the following fatal error on Mac: ```src/sent2vec.cpp:669:10: fatal error: 'ios' file not found``` It got resolved by adding ```-std=libc++``` to both compile-options and linker-options as shown in...

For me, the Mac build error got resolved by adding ```-std=libc++``` to the compile-options as shown in the below link: https://stackoverflow.com/questions/53809584/issues-about-installing-pcl-in-my-computer

Reptile results could not be reproduced at my end also.

https://github.com/sungyubkim/GBML/blob/master/main.py#L115 just add `,download=True`

Facing the same issue since today morning. Downgrading to 1.91

More insights into the problem: (1) The problem is not with my pretrained model but whenever the ferret loads any pretrained model, it leads to completely different explanations and prediction...

Yes, I do have updates. I think the problem was I used let's say `X` steps to evaluate my pretrained model which included loading my pretrained model, seeding it, loading...