* First Commit * fix typos * fix typos * Fix assertion bug * Adding Assert * Adding Unittest * Fixing typo * Uploading models & logs * Fixing unittest error * changing README.md * changing README.md
6 lines
134 B
Python
6 lines
134 B
Python
_base_ = './bisenetv1_r18-d32_in1k-pre_4x4_1024x1024_160k_cityscapes.py'
|
|
data = dict(
|
|
samples_per_gpu=8,
|
|
workers_per_gpu=8,
|
|
)
|