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
File "/usr/lib/python3.8/multiprocessing/queues.py", line 245, in _feed
send_bytes(obj)
File "/usr/lib/python3.8/multiprocessing/connection.py", line 200, in send_bytes
self._send_bytes(m[offset:offset + size])
File "/usr/lib/python3.8/multiprocessing/connection.py", line 411, in _send_bytes
self._send(header + buf)
File "/usr/lib/python3.8/multiprocessing/connection.py", line 368, in _send
n = write(self._handle, buf)
And continues the search process. However, the results while searching are not as expected.
Is this error accountable, or is it something that would require any fix?
The text was updated successfully, but these errors were encountered:
On using:
export CUDA_VISIBLE_DEVICES="0" && python train_search.py --dataset cifar10 --batch_size 96 --save MULTI_CHANNEL_SEARCH_
git rev-parse --short HEAD_search_weighting_max_w --init_channels 36 --epochs 120 --cutout --autoaugment --seed 10 --weighting_algorithm max_w --multi_channel
The code runs through several
And continues the search process. However, the results while searching are not as expected.
Is this error accountable, or is it something that would require any fix?
The text was updated successfully, but these errors were encountered: