Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit c85365c

Browse files
authored
update flax link to release (#443)
1 parent d923300 commit c85365c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Models/ImageClassification/ResNet.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import TensorFlow
2222
// (aka Option (B) in https://arxiv.org/abs/1812.01187).
2323
//
2424
// The structure of this implementation was inspired by the Flax ResNet example:
25-
// https://github.com/google-research/flax/blob/prerelease/examples/imagenet/models.py
25+
// https://github.com/google/flax/blob/master/examples/imagenet/models.py
2626

2727
public struct ConvBN: Layer {
2828
public var conv: Conv2D<Float>

0 commit comments

Comments
 (0)