tmu icon indicating copy to clipboard operation
tmu copied to clipboard

Issues with import and thresholding of FashionMNIST and KuzushijiMNIST datasets

Open satunheim opened this issue 1 year ago • 0 comments

There seems to be a problem with importing the FashionMNIST and KuzushijiMNIST datasets, see below.

Furthermore, I think the Booleanization of these two datasets should performed as in the following file: https://github.com/cair/pyTsetlinMachine/blob/master/examples/FashionMNISTDemo2DConvolutionWeightedClauses.py That is, Adaptive Gaussian thresholding procedure with window size 11 and threshold value 2, see also the original article about the Convolutional TM.


ImportError Traceback (most recent call last) Cell In[3], line 1 ----> 1 from tmu.data import FashionMNIST

ImportError: cannot import name 'FashionMNIST' from 'tmu.data' (/opt/conda/lib/python3.11/site-packages/tmu/data/init.py)

satunheim avatar Aug 30 '23 12:08 satunheim