daniadag

Results 10 issues of daniadag

model.fit([x_train_labeled_rep_LN, final_X_unlabel_train_LN], y_train_labeled_rep_LN,validation_data=(final_X_validation_LN,y_validation_LN) , epochs=20) when using validation data it gave me this error why? and how I can fix it, please File "C:\Users\DANYA\Anaconda3\envs\test\lib\site-packages\keras\engine\training.py", line 972, in fit batch_size=batch_size) File...

if I want to add an embedding layer to it how and where can I add it? Do you know?

why we need to put this line in decoder in line 179??? after you apply batch normalization it seems like you apply mean and v for output layer before and...

while i am installing Blocks by this command pip install git+git://github.com/mila-udem/[email protected] this is error give me ERROR: Failed building wheel for fuel Running setup.py clean for fuel Successfully built blocks...

building 'fuel.transformers._image' extension C:\Users\DANYA\Anaconda3\envs\new\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\DANYA\Anaconda3\envs\new\include -IC:\Users\DANYA\Anaconda3\envs\new\include -c fuel/transformers/_image.c -o build\temp.win-amd64-3.7\Release\fuel\transformers\_image.o fuel/transformers/_image.c: In function '__Pyx_ExceptionSave': fuel/transformers/_image.c:16850:19: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type' *type...

building 'fuel.transformers._image' extension C:\Users\DANYA\Anaconda3\envs\new\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\DANYA\Anaconda3\envs\new\include -IC:\Users\DANYA\Anaconda3\envs\new\include -c fuel/transformers/_image.c -o build\temp.win-amd64-3.7\Release\fuel\transformers\_image.o fuel/transformers/_image.c: In function '__Pyx_ExceptionSave': fuel/transformers/_image.c:16850:19: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type' *type...

there is an error in CUDA when we used large batch size so I changed it and put --wbatchsize 300 --wbatchsize_unlabel 300 but the code give me this error how...

what the meaning of this error and how I can fix it??? File "c:\users\danya\desktop\projects\python\ssl_text_classification-master\training.py", line 98, in class Training(object): File "c:\users\danya\desktop\projects\python\ssl_text_classification-master\training.py", line 221, in Training random_shuffler=data.iterator.RandomShuffler()): AttributeError: module 'torchtext.data' has...