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
0c9e6a16
"tests/vscode:/vscode.git/clone" did not exist on "c0f5492ee952df7d72208ba3951aaa56b3317fd8"
Commit
0c9e6a16
authored
Feb 28, 2022
by
Vijay Korthikanti
Browse files
more cleanup
parent
8db0e41b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
7 deletions
+0
-7
tasks/vision/finetune_utils.py
tasks/vision/finetune_utils.py
+0
-1
tasks/vision/segmentation/seg_heads.py
tasks/vision/segmentation/seg_heads.py
+0
-3
tasks/vision/segmentation/seg_models.py
tasks/vision/segmentation/seg_models.py
+0
-3
No files found.
tasks/vision/finetune_utils.py
View file @
0c9e6a16
...
@@ -199,7 +199,6 @@ def _train(
...
@@ -199,7 +199,6 @@ def _train(
process_non_loss_data_func
,
process_non_loss_data_func
,
False
,
False
,
)
)
end_of_epoch_callback
(
model
,
epoch
)
# Callback at the end of each epoch.
# Callback at the end of each epoch.
if
end_of_epoch_callback
is
not
None
:
if
end_of_epoch_callback
is
not
None
:
...
...
tasks/vision/segmentation/seg_heads.py
View file @
0c9e6a16
...
@@ -12,9 +12,6 @@
...
@@ -12,9 +12,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
"""Vision Transformer(VIT) model."""
import
math
import
math
import
einops
import
einops
import
torch
import
torch
...
...
tasks/vision/segmentation/seg_models.py
View file @
0c9e6a16
...
@@ -12,9 +12,6 @@
...
@@ -12,9 +12,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
"""Vision Transformer(VIT) model."""
import
math
import
math
import
einops
import
einops
import
torch
import
torch
...
...
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