Dan Ofer

Results 56 comments of Dan Ofer

Prediction also doesn't work of course. model.fit(X_train,y_train) Output: --- ValueError Traceback (most recent call last) in () ----> 1 model.fit(X_train,y_train) C:\Anaconda\lib\site-packages\passage\models.pyc in fit(self, trX, trY, batch_size, n_epochs, len_filter, snapshot_freq, path)...

That worked, thanks! On Fri, Aug 7, 2015 at 8:24 AM, Ryan Louie [email protected] wrote: > Tried looking up your error, > > AttributeError: 'TensorVariable' object has no attribute 'cast'...

How to solve this for multiclass predictions? (At least to the point of being able to measure performance). Thanks!

My workaround was to install everything in Python/anaconda 3.9. Annoying, but it works

I am still getting the error discussed here. Apple MPS silicon. No warnings shown, it just crashes (OOM) in evaluation. Happens with TransE, RotE.. It does NOt happen when running...

Crash happens in CPU only mode as well as mps, and with automatic batch size search disabled. Crash happensi n eval stage. ``` tf = TriplesFactory.from_labeled_triples( df_kg.rename(columns={"SUBJ_NAME":"source", "PREDICATE":"type", "OBJ_NAME":"target"})[["source", "type",...

I can confirm that I get this same issue on the latest version, when using apple silicon/"mps" device. i.e consistently crashes on evaluation due to OOM when using "mps" (Macbook...

Is this compatible with the examples in the tutorials that use string Lookup? Can this be c ombined with pretrained embedding extractors (like BERT) dynamically, or only if all are...

Great thanks! (I've added that to my retrieval model using strong, large (384 dim) pretrained embeddings. Oddly, results are the same (despite this being a sparse problem for users and...

I am encountering the same issue, installing on WSL via pip install. Conda environment. (Huge list of errors, involving GCC?) - then: ` error: command '/usr/bin/gcc' failed with exit code...