dlnewbie-h

Results 6 comments of dlnewbie-h

after i keyboard interrupt it, it gives following message: KeyboardInterrupt Traceback (most recent call last): File "xxxxxx/miniconda2/envs/fixmatch_env/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap self.run() File "xxxxxx/miniconda2/envs/fixmatch_env/lib/python3.7/multiprocessing/process.py", line 99, in run self._target(*self._args, **self._kwargs)...

> Is the GPU active when you're running the training? Or is that stalling too? The GPU is stalling too... It's a Tesla V100, the CUDA version is 11.0 and...

Hi Carlini Really thankful that you followed up on the issue. I really have trouble figuring out the issue which prevents me from using the code. I first suspect it...

I followed your suggestion, which provide me with some useful insights. So 1. fixmatch code does work on cpu-only training (using another environment that has cpu version tensorflow). 2. I...

Hi Carlini That's very weird, i cannot run the implementation of mixmatch from the fixmatch codebase (while i'm able to run the original mixmatch codebase). May i ask what GPU...

In your requirment.txt, there's no specific requirement for python version or cudatoolkit, cudnn, cuda version. Do I need to install any specific version of cudatoolkit, cudnn or cuda?