You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python: 3.8.5
Torch: 1.7.1
Cuda: 11.0 (yet it was disabled through CUDA_VISIBLE_DEVICES)
I got few problems with data types (torch Embeddings required LongTensor instead of IntTensor). Yet when I specified tensor types explicitly - you can see https://github.com/alex4321/ctp - I got problems running test_smart_clutrr_v5 in test_smart_clutrr.py:
(test_classic.py works fine with the same data, so I guess it should be some problem with kbcr.clutrr.models.smart.NeuralKB, kbcr.clutrr.models.smart.Hoppy? Also, previous tests test_smart_clutrr_v1 - test_smart_clutrr_v4 passed succesfully too)
The text was updated successfully, but these errors were encountered:
I got few problems with data types (torch
Embeddings
requiredLongTensor
instead ofIntTensor
). Yet when I specified tensor types explicitly - you can see https://github.com/alex4321/ctp - I got problems runningtest_smart_clutrr_v5
intest_smart_clutrr.py
:(lines 515-520)
But I got next values:
So only first two assertions passes.
(
test_classic.py
works fine with the same data, so I guess it should be some problem withkbcr.clutrr.models.smart.NeuralKB
,kbcr.clutrr.models.smart.Hoppy
? Also, previous teststest_smart_clutrr_v1
-test_smart_clutrr_v4
passed succesfully too)The text was updated successfully, but these errors were encountered: