Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Megatron-LM
Commits
35a3fa8b
Commit
35a3fa8b
authored
May 13, 2022
by
Vijay Korthikanti
Browse files
address review comments
parent
0c9e6a16
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
tasks/vision/segmentation/cityscapes.py
tasks/vision/segmentation/cityscapes.py
+1
-0
tasks/vision/segmentation/finetune_segformer.py
tasks/vision/segmentation/finetune_segformer.py
+1
-1
tasks/vision/segmentation/finetune_setr.py
tasks/vision/segmentation/finetune_setr.py
+1
-1
tasks/vision/segmentation/seg_heads.py
tasks/vision/segmentation/seg_heads.py
+1
-1
No files found.
tasks/vision/segmentation/cityscapes.py
View file @
35a3fa8b
...
...
@@ -30,6 +30,7 @@
# code taken from
# https://github.com/pytorch/vision/blob/main/torchvision/datasets/cityscapes.py
# modified it to change max label index from 255 to 19 (num_classes)
import
torch
import
json
...
...
tasks/vision/segmentation/finetune_segformer.py
View file @
35a3fa8b
# coding=utf-8
# Copyright (c) 202
0
, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 202
2
, NVIDIA CORPORATION. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tasks/vision/segmentation/finetune_setr.py
View file @
35a3fa8b
# coding=utf-8
# Copyright (c) 202
0
, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 202
2
, NVIDIA CORPORATION. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
tasks/vision/segmentation/seg_heads.py
View file @
35a3fa8b
# coding=utf-8
# Copyright (c) 202
0
, NVIDIA CORPORATION. All rights reserved.
# Copyright (c) 202
2
, NVIDIA CORPORATION. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment