We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3f957 commit 48e36b4Copy full SHA for 48e36b4
README.md
@@ -108,7 +108,7 @@ $ pip install -U efficientnet
108
```
109
Latest release (with keras and tf.keras support)
110
```bash
111
-$ pip install -U efficientnet==1.0.0b1
+$ pip install -U efficientnet==1.0.0b2
112
113
114
## Frequently Asked Questions
efficientnet/__version__.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
# ==============================================================================
15
-VERSION = (1, 0, '0b1')
+VERSION = (1, 0, '0b2')
16
17
__version__ = ".".join(map(str, VERSION))
18
0 commit comments