"tests/vscode:/vscode.git/clone" did not exist on "c0f5492ee952df7d72208ba3951aaa56b3317fd8"
Commit 0c9e6a16 authored by Vijay Korthikanti's avatar Vijay Korthikanti
Browse files

more cleanup

parent 8db0e41b
...@@ -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:
......
...@@ -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
......
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment